Yoshiya Hinosawa
d30cb592dc
Merge pull request #1554 from hn-nguyen/master
...
firefox takes much time to concat a big array
8 years ago
Yoshiya Hinosawa
32d02b0003
Merge pull request #1419 from vlakarados/patch-1
...
Duplicate key
8 years ago
Yoshiya Hinosawa
6ab630b8a1
Merge pull request #1390 from MarcBT/add-scss-to-bower-package
...
Add .scss source files to bower package
8 years ago
Yoshiya Hinosawa
16f7be28ce
Merge pull request #2030 from vitorbaptista/bug/upgrade-pathseg-to-1.1.0
...
Upgrade pathseg polyfill to 1.1.0
8 years ago
Vitor Baptista
60ebe542eb
Upgrade pathseg polyfill to 1.1.0
...
The previous version used variables without declaring them first, which fails
because we're in strict mode.
8 years ago
Kyle Kelley
4669b28044
Update repository URL ( #1807 )
8 years ago
Ændrew Rininsland
955fdd68c1
Merge pull request #1354 from EspadaV8/feature/gauge-min-max-formater
...
Add a function to allow the min/max values to be formated
8 years ago
Andrew Smith
508a797efe
Add a function to allow the min/max values to be formated
8 years ago
Ramin Taleghani
6d9badd95b
Updates CONTRIBUTING.md with new links
8 years ago
Masayuki Tanaka
223404a792
Update version to 0.4.11
9 years ago
Ændrew Rininsland
353c770d6b
Added Gitter.im integration to Travis
9 years ago
Ændrew Rininsland
26e125347a
Updated .travis.yml to do a full build
...
The current Travis config won't ever pass newly-added unit tests because it doesn't do an actual build from the updated source files. This just replaces the
```- npm run lint
- npm test```
lines with `grunt`.
9 years ago
Masayuki Tanaka
a4caece97c
Merge pull request #1675 from c3js/release/v.0.4.11
...
Release/v.0.4.11
9 years ago
Masayuki Tanaka
de38646503
Sanitise string embedded in tooltip - #1536
9 years ago
Masayuki Tanaka
f55c03bf02
Fix tooltip content when null included - #1631
9 years ago
Masayuki Tanaka
0e39a64bf4
Merge branch 'dev' into release/v.0.4.11
9 years ago
Masayuki Tanaka
81b42e9d8e
Merge pull request #1674 from c3js/hotfix/update_readme_for_c3js_organisation
...
Update README
9 years ago
Masayuki Tanaka
fb47dc305d
Update READEME
9 years ago
Ændrew Rininsland
f1a5e9c71e
Fixing tests on the dev branch.
9 years ago
Masayuki Tanaka
359fc3ec53
Fix regions api - #1255
9 years ago
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
Huu Nghia NGUYEN
54edced966
firefox takes much time to concat a big array
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