Yoshiya Hinosawa
0fc1ae7581
refactor: move back convert(Rows|Columns)ToData to data.convert.js
7 years ago
Yoshiya Hinosawa
d39f5a7bc7
test: add test of data.convert.utils
7 years ago
Yoshiya Hinosawa
c343243ef1
Use chrome in testing ( #2083 )
...
* chore: switch to chrome testing
* test: relax pixel assertions to pass in chrome
* chore: add codecov.yml
8 years ago
iocube
ae7dd53694
Allow passing a function to point.show configuration ( #2054 ) ( #2062 )
...
This will allow to display points based on a condition.
8 years ago
Robert Elliott
9a43cda97d
issue 1662 ( #1663 )
...
Fixes issue #1662 .
8 years ago
Alex Gervais
c376e13442
Add support for tooltip ordering, fix #1050 #1764 [REPOST PR #1813 ] ( #2070 )
...
Updates PR #1813 by @panthony .
8 years ago
Yoshiya Hinosawa
36b9b6c0e3
Create a coverage report for each source file ( #2063 )
...
* Improves testing
* Adds karma-sourcemap-loader
* Adds karma-preprocessor-rollup
* Moves testing Rollup building to Karma
* Enables sourcemaps in tests
* Fixes #2051
* Updating tests to reflect discrepancies with Phantom@^2
* Trying karma-coverage-istanbul-reporter
* Still not working...
* chore: make coverage report of src files
* test: add c3.css
* fix: fix test case of mouse events
* chore: update codecov module
* Adds codecov.yml to ignore polyfill.js
* chore: exclude src/polyfill.js at istanbul layer
* chore: remove rollup-plugin-istanbul dep because not used
8 years ago
Ændrew Rininsland
d8b82c3429
🎉 All non-asserting specs removed. Fixes #2047 . ( #2050 )
...
* 🎉 All non-asserting specs removed. Fixes #2047 .
* Removing 'should update' strings
* Further text tweaks
8 years ago
Andrew Smith
508a797efe
Add a function to allow the min/max values to be formated
8 years ago
Ændrew Rininsland
f1a5e9c71e
Fixing tests on the dev branch.
9 years ago
Masayuki Tanaka
359fc3ec53
Fix regions api - #1255
9 years ago
Josh Kinlaw
7711fac18b
gh-1597 shortens strings for toMatch to comply with grunt
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
Masayuki Tanaka
aed7d243ef
Fix spec
9 years ago
Ændrew Rininsland
99e6f7cc89
Fixes some test failures. Adds new jshint reporter.
...
This is a combination of 3 commits.
Doing build
Adding jshint stylish as reporter, fixing a few tests.
Linting spec files.
9 years ago
Josh Kinlaw
00887344af
adds startingAngle and fullCircle properties to gauge
9 years ago
Darrel O'Pry
7760652bc4
PR #1572 -- Add tests for path rendering instructions.
9 years ago
Daniele Piccone
12e852364e
Fixed tests and parameters
9 years ago
Daniele Piccone
b77458480c
Fixing gruntfile and renamed to svg_classname
9 years ago
Daniele Piccone
4b761481dd
Added test for custom class in the factory function
9 years ago
Masayuki Tanaka
4174116173
Fix stacking in timeseries data #1315 #1342 #1329
9 years ago
Jan Teichmann
25e8ad2f23
remove tabs
9 years ago
Jan Teichmann
c332c134f0
fix data order of tooltip
9 years ago
Masayuki Tanaka
e21a8f85f0
Fix axis.y.padding
9 years ago
Edmundo Alvarez
da9db27200
Add spline custom interpolation
...
With these changes it is possible to set a custom spline interpolation
by giving a valid d3 interpolation to spline.interpolation.type.
Fixes #479
9 years ago
Daniel Baird
bf8853f600
Corrected "lable" typo in some text labels
10 years ago
Masayuki Tanaka
74880d6458
Refactor #1086 and add spec
10 years ago
Masayuki Tanaka
5c0edf4f8a
Fix conflict in c3.min.js
10 years ago
Masayuki Tanaka
4eb2dd13ff
Add title.position/title.padding and remove title.x/title.y - #1025 #1021
10 years ago
David Poore
a60515afc2
1033 change legend item tiles to customizable lines instead of static rects
10 years ago
David Poore
35f170a804
Add title config option to c3 charts core
10 years ago
Masayuki Tanaka
edec7ecaf1
Fix rotated tick text - #1012
10 years ago
Masayuki Tanaka
dc50b136de
Fix legend item width when multiple charts rendered - #1011
10 years ago
Masayuki Tanaka
e3c291fc8c
Fix convert json not to mutate input object - #993
10 years ago
Masayuki Tanaka
73ec414dbc
Fix data spec
10 years ago
Masayuki Tanaka
14db4af699
Fix data label for area chart
10 years ago
Masayuki Tanaka
77d83dfc56
Fix axis.labels api
10 years ago
timopheym
92e4e02960
Resolved #305 ; Now you may pass axis.y.tick.rotate
10 years ago
Masayuki Tanaka
6cf97b7294
Fix legend state when reverted
10 years ago
Masayuki Tanaka
c6e719ac7d
Fix spec
10 years ago
Masayuki Tanaka
c485308f45
Support position for grid lines
10 years ago
Masayuki Tanaka
90449789c2
Fix spec for travis
10 years ago
Masayuki Tanaka
d5396bf728
Modify interval for spec done
10 years ago
Masayuki Tanaka
e1a39c873e
Fix specs
10 years ago
Masayuki Tanaka
4766795d91
Fix empty pie chart - #952
10 years ago
Masayuki Tanaka
edcd907a41
Fix bindto to accept null and empty string
10 years ago
Masayuki Tanaka
c3855df1b3
Fix parseDate to handle string correctly - #943
10 years ago
Masayuki Tanaka
6004743921
Fix spec for api.focus
10 years ago
Masayuki Tanaka
98d4bc45c2
Fix x grid height with padding.top - #903
10 years ago
Masayuki Tanaka
82ba2a9798
Fix axis.y.min/max when it's inverted - #885
10 years ago