Masayuki Tanaka
8b9318f7a7
Fix bugs and update samples to use d3.v4
7 years ago
Yoshiya Hinosawa
0fc1ae7581
refactor: move back convert(Rows|Columns)ToData to data.convert.js
8 years ago
Yoshiya Hinosawa
15f70e31f1
refactor(data.convert.utils): create data.convert.utils.js
8 years ago
Richard Lindner
973346371b
Fixes unexpected category behavior when multiple series are used. Fixes #1643 ( #1689 )
8 years ago
Jason Frazier
6f3deac4af
IE9 CSV loading fix ( #1345 )
...
* Fixes error parsing csv from xhr request callback object
* Fixes error in IE9 when parsing csv files. IE9 doesn't support response param of xhr callback object. Copy responseText param to response param fixed the issue. Charts now render correctly.
8 years ago
Yoshiya Hinosawa
c17ec0ab23
Switch to rollup ( #2037 )
...
* chore: define run scripts, reduce grunt usage
* refactor(rollup): switch to rollup
* chore: fix node.js version on ci env
8 years ago
Ændrew Rininsland
f1a5e9c71e
Fixing tests on the dev branch.
9 years ago
Richard Kubina
5c71ee7a9b
gh-1616 Fix categorical charts with value 0
9 years ago
Jakob Kneissl
cc21d9c286
Implemented access to nested JSON objects as values for charts
...
Code to access objects by path was taken from the solution of
http://stackoverflow.com/questions/6491463
When JSON objects are used to load chart data, nested / inner objects and
arrays can now be loaded, too.
See additional tests in spec/data-spec.js for examples, how to access nested
JSON object values
9 years ago
Richard Lindner
305ed6dc76
Lightweight fix for unexpected category behavior when multiple series are used.
...
Fixes #1643
9 years ago
Adam Shukur
747740de70
Allow for optional xhr headers object when retrieving data from url
10 years ago
Masayuki Tanaka
74880d6458
Refactor #1086 and add spec
10 years ago
Yordis Prieto
0bc9ce1577
Fix data label position when all the data set is Zero
...
When all the data set is zero the label should be in the above of the y
axis
10 years ago
Yordis Prieto
a6241ca232
Fix data label position for cero value when all the data set is negative
...
When all the data set is negative the label position of cero value will
be above the the y axis line then you will not see the label.
10 years ago
Masayuki Tanaka
e3c291fc8c
Fix convert json not to mutate input object - #993
10 years ago
Masayuki Tanaka
1b4dd57190
Throw error when url not found - #960
10 years ago
Masayuki Tanaka
0bf66eef2b
Support TSV - #532
10 years ago
Masayuki Tanaka
d040c81d04
Add data.xSort option and fix the logic to closest data point - #525
10 years ago
Masayuki Tanaka
a3a16800fb
Fix literal for config
11 years ago
Masayuki Tanaka
bc8226a7f9
Fix bugs
11 years ago
Masayuki Tanaka
fe5a71ab3e
Separete src files
11 years ago