anychart-react
Version:
React component for AnyChart JavaScript charting library
18 lines • 620 B
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>
<input type="text" id="titleChange" placeholder="Input pie title here"/>
<div id="pie" style="width: 800px; height: 600px"></div>
</div>
<div>
<label>Legend: <input id="legendChange" type="checkbox"></label>
<div id="column" style="width: 800px; height: 600px"></div>
</div>
<script src="charts_with_controls.min.js"></script>
</body>
</html>