Gion Kunz
|
1f677569eb
|
Fixed rounding issues where raw value was added instead of rounded, fixes #815
|
2016-10-23 21:29:46 +02:00 |
|
Gion Kunz
|
8ad40d1b0d
|
Cleanup of data normalization changes #633 and allows Date object and boolens as values
|
2016-10-21 22:15:53 +02:00 |
|
hansmaad
|
401731c99b
|
Add grid background to line chart.
|
2016-07-04 09:28:00 +02:00 |
|
hansmaad
|
391d2f2629
|
Add createGrid unit tests.
|
2016-07-01 11:26:55 +02:00 |
|
hansmaad
|
099ab6aa03
|
Fix infinite loop in getBounds with a more robust increment.
This is related to bfdc8f2 which introduced a EPSILON as the smallest increment but fails for bigger numbers.
|
2016-06-23 09:53:02 +02:00 |
|
James Watmuff
|
1a6775868a
|
Code style fix
|
2016-03-29 21:22:34 +11:00 |
|
James Watmuff
|
36f7e7de84
|
Refactor splitIntoSegments into core
|
2016-03-29 21:22:34 +11:00 |
|
hansmaad
|
bfdc8f2617
|
Fix #643 Prevent infinite loop in getBounds if bounds.valueRange is very small.
Add check for bounds.step to be greater than EPSILON.
|
2016-03-18 15:02:04 +01:00 |
|
hansmaad
|
e38aa2757d
|
Add unit tests for Chartist.getBounds
|
2016-03-18 14:59:23 +01:00 |
|
hansmaad
|
96244ad55c
|
Implement stripUnit with quantity. Oops fdescribe.
|
2015-09-29 15:47:45 +02:00 |
|
hansmaad
|
7475b5089c
|
Add Chartist.quantity
|
2015-09-29 15:44:37 +02:00 |
|
Gion Kunz
|
9e1f2d5f66
|
Fixed tests and stabilized multi dimensional value handling
|
2015-06-09 14:32:03 +02:00 |
|
Gion Kunz
|
0258a58456
|
Normalization should not fill with 0 but with undefined now that we support holes in line charts, fixes #294
|
2015-05-08 10:45:25 +02:00 |
|
Gion Kunz
|
aafb4e8789
|
Added functionality to handle holes in line charts, fixes parts of #294
|
2015-05-08 10:19:40 +02:00 |
|
Gion Kunz
|
85e4e37f4b
|
Refactored getDataArray for simplification and fixed type conversion issue with data arrays for pie charts
|
2015-04-24 14:23:44 +02:00 |
|
Gion Kunz
|
6907908bbe
|
Added possibility to use padding object with individual properties, fixes #195
|
2015-02-27 18:27:27 +01:00 |
|
Gion Kunz
|
f5a65b655f
|
Fixed tests after jasmine update
|
2015-02-12 22:13:24 +01:00 |
|
Gion Kunz
|
e927adfdf9
|
Fixed issues with 0 values in series object data notation, fixes #172
|
2015-01-31 18:45:27 +01:00 |
|
Gion Kunz
|
87d5ccbfe2
|
Added helper functions for serializing data to DOM attribute values
|
2015-01-17 05:33:06 +01:00 |
|
Gion Kunz
|
b9e6853a5b
|
Updated tests for createSvg
|
2015-01-15 11:25:02 +01:00 |
|
Tyler Gaw
|
c5af2348ef
|
Add core spec and failing test for createSvg
|
2015-01-14 18:59:02 -05:00 |
|