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
It would be nice if we test & validate all the JSON formats for https://swimlane.github.io/ng2d3/ (seems like it will)
like
[ { "name": "Germany", "value": 46268 }, { "name": "USA", "value": 53041 } ]
[ { "name": "Germany", "series": [ { "name": "2010", "value": 46268 }, { "name": "2000", "value": 23685 }, { "name": "1990", "value": 22219 } ] }, { "name": "USA", "series": [ { "name": "2010", "value": 48377 }, { "name": "2000", "value": 36449 }, { "name": "1990", "value": 23954 } ] } ]
[ { "name": "Cook Islands", "series": [ { "value": 4080, "name": "2016-09-24T05:43:56.736Z" }, { "value": 4424, "name": "2016-09-13T00:08:01.493Z" }, { "value": 3136, "name": "2016-09-13T17:39:59.969Z" }, { "value": 4736, "name": "2016-09-18T07:10:52.207Z" }, { "value": 4419, "name": "2016-09-14T03:17:03.045Z" } ] }, { "name": "Canada", "series": [ { "value": 2045, "name": "2016-09-24T05:43:56.736Z" }, { "value": 2704, "name": "2016-09-13T00:08:01.493Z" }, { "value": 6550, "name": "2016-09-13T17:39:59.969Z" }, { "value": 4151, "name": "2016-09-18T07:10:52.207Z" }, { "value": 3924, "name": "2016-09-14T03:17:03.045Z" } ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice if we test & validate all the JSON formats for https://swimlane.github.io/ng2d3/
(seems like it will)
like
bar
stacked vertical bar
area (time)
force directed (network)
The text was updated successfully, but these errors were encountered: