UNPKG

anychart-react

Version:

React component for AnyChart JavaScript charting library

11 lines 370 B
<!doctype html> <html> <head> <link rel="stylesheet" href="../../node_modules/anychart/dist/css/anychart-ui.min.css"/> <link rel="stylesheet" href="../../node_modules/anychart/dist/fonts/css/anychart-font.min.css"/> </head> <body> <div id="root" style="width: 800px; height: 600px"></div> <script src="simple_dashboard.min.js"></script> </body> </html>