Richard Kubina
5c71ee7a9b
gh-1616 Fix categorical charts with value 0
9 years ago
Andy Dufilie
c8d07b9578
gh-1583 added config.interaction.brighten option to disable brightening of
...
selected path elements
9 years ago
Michiel
a45fcb1970
gh-1595 Adds config option in area hash to draw the area fill above the line instead of below
9 years ago
Josh Kinlaw
7711fac18b
gh-1597 shortens strings for toMatch to comply with grunt
9 years ago
Zachary Maybury
593f75e59f
Selected radius now can accept a function
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
GermainBergeron
2dc3d60211
Add same option to donuts
9 years ago
GermainBergeron
6a54fdbf58
Add option to configure pie label ratio
...
Keep default behaviour when no option is set
Works with a number or a function
Fixes #1628
9 years ago
Ændrew Rininsland
6fb9c0a871
Merge branch 'pr/1650' into dev
9 years ago
Richard Lindner
305ed6dc76
Lightweight fix for unexpected category behavior when multiple series are used.
...
Fixes #1643
9 years ago
Masayuki Tanaka
98769492d0
Merge branch 'Timopheym-master'
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
Ændrew Rininsland
a610b74c15
Doing build
9 years ago
Masayuki Tanaka
9de34c6fe8
Merge branch 'master' of https://github.com/Timopheym/c3 into Timopheym-master
9 years ago
Masayuki Tanaka
79c43c27bd
Merge branch 'shukbot-xhr-headers'
9 years ago
Masayuki Tanaka
5b2148f710
Fix conflict
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
Jordan Kasper
c50efe2e5c
PR #1576 -- Fixes issue of trying to flow data when there is no data to start (gh-1235)
9 years ago
Sebastian Schwaiger
5a50a3c1b9
Allow tooltip formatter to change output depending on all data points.
...
I often need to adjust the values presented to the user in the tooltip. Therefore I need information about all data points being displayed for the current point in time.
BTW: I mainly need this because I cannot format the contents of a bar chart depending on its sign.
9 years ago
Andy Dufilie
d1a5c666ac
Fix for Chrome 48 removal of SVGPathSeg and SVGPathSegList APIs
9 years ago
Timopheym
10d33afb87
rotate y ticks feature; tests wrong
9 years ago
Timopheym
ced44d2529
added ability to set names in load function
9 years ago
Ændrew Rininsland
8b520aac63
Created CONTRIBUTING.md. Credit to @lmh for the initial text.
9 years ago
Ændrew Rininsland
e34830ba74
Updating dependency section of README.
...
Thanks to @kreozot for the spot!
9 years ago
Masayuki Tanaka
f56e853237
Update c3.js and c3.min.jp
9 years ago
Masayuki Tanaka
14b7f4ca4e
Merge pull request #1324 from Kreozot/redraw-transitions-fix
...
Fixed redraw animation bug when user quickly hide and show chart item
9 years ago
Masayuki Tanaka
3f69723aca
Merge branch 'dpiccone-master'
9 years ago
Masayuki Tanaka
89b2d2d942
Fix conflict
9 years ago
Masayuki Tanaka
6fdfb64acb
Update c3.min.js
9 years ago
Masayuki Tanaka
b7b9da2c87
Merge branch 'Kreozot-grunt-sass-update'
9 years ago
Masayuki Tanaka
a14faa5243
Fix conflict
9 years ago
Masayuki Tanaka
5170fed817
Update d3 dependency
9 years ago
Masayuki Tanaka
cc8dae3663
Merge pull request #1166 from timmclean/master
...
Allow patch upgrades to D3.js dependency
9 years ago
Masayuki Tanaka
128aaabaf7
Update README.md
9 years ago
Masayuki Tanaka
ad46cb6b64
Update README
9 years ago
Masayuki Tanaka
ff6a9302be
Merge branch 'kt3k-feature/coverage'
9 years ago
Masayuki Tanaka
366f57ff88
Add grunt-karma to run test in grunt
9 years ago
Masayuki Tanaka
d341e5d3e1
Merge branch 'feature/coverage' of https://github.com/kt3k/c3 into kt3k-feature/coverage
9 years ago
Masayuki Tanaka
e3ebb7f28c
Refactor #1305
9 years ago
Masayuki Tanaka
b26ae0dfde
Merge pull request #1305 from diesburgm/master
...
Fixes Uncaught TypeError: Cannot read property 'gauge_min' of null #1205
9 years ago
Ændrew Rininsland
3c6e8ee72e
Fixing formatting issue in "Using the issue queue"
...
Also added line about squashing commits to the PR section.
9 years ago
Yoshiya Hinosawa
4ed3742e44
Add coverage report
9 years ago
Yoshiya Hinosawa
15b9fc23e4
Change test framework from grunt-contrib-jasmine to karma
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
44ee717cf7
Removed concatenated c3 min
9 years ago
Daniele Piccone
4b761481dd
Added test for custom class in the factory function
9 years ago
Daniele Piccone
3b18d5f463
Added classname as a config parameter which will set svg class
9 years ago