commit 547311d30c
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Jun 23 14:35:09 2017 +0200
for multi-arc-gauge the radius has changed to let the label fit in the chart
commit 43ba49dd15
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Jun 23 13:00:29 2017 +0200
fixed warnings of travis check
commit 7f5a025de4
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Feb 4 15:14:34 2016 +0100
rebased, conflict resolved, bugfixed, refactored and tests added
commit 013f0666a7
Merge: ff175d1c343243
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Jun 23 12:40:39 2017 +0200
Merge remote-tracking branch 'upstream/master' into feature/multi-arc-gauge
# Conflicts:
# src/arc.js
# src/data.js
commit ff175d15ea
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Feb 4 15:14:34 2016 +0100
optimized position of arc label line
commit 0bf2cefff3
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Feb 4 14:44:50 2016 +0100
wrong tooltip position for gauges fixed
commit 155c08c045
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Feb 4 14:49:25 2016 +0100
also hide arc label line when gauge_label_show is false
commit e145b5c2a5
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Aug 28 09:36:31 2015 +0200
draw line from arc end to its label to highlight the relation
commit 28616bf810
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Aug 28 09:36:31 2015 +0200
add background for every single arc
commit cb2aaf1672
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Aug 28 09:36:31 2015 +0200
label placement for more than one arc
commit 6ecc609878
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Fri Aug 28 09:36:31 2015 +0200
gauge_arcs_minWidth property to determine the minimal width of gaugearcs until the innerRadius disappears
commit 5689dee384
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Aug 27 10:24:18 2015 +0200
visibleTargetCount for cleaner arc calculation
commit 9a2686c37f
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Thu Aug 27 10:21:13 2015 +0200
more than one arc are possible for gauges
commit 0866234001
Author: Gökhan Özen <Goekhan.Oezen@hksinformatik.de>
Date: Mon Aug 10 17:07:48 2015 +0200
show legend for gauges which have more than one arc
* 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
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