We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from /demo.html:
/demo.html
<head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding"> <script src="./dist/index.js" type="text/javascript"></script> </head> <body> <div id="chart" style="width: 500px; height: 500px;"></div> <script type="text/javascript"> new ChartwerkLineChart(document.getElementById('chart'), [{ datapoints: [[100, 1590590148], [200, 1590591148]] }]) </script> </body>
I think it would be to do following: new Chartwerk.LineChart()
new Chartwerk.LineChart()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from
/demo.html
:I think it would be to do following:
new Chartwerk.LineChart()
The text was updated successfully, but these errors were encountered: