Chart.js/test/fixtures
Ben McCann 7c75310a0c
Use null for skipped values instead of NaN (#8510)
* Use null for skipped values instead of NaN

* Document skipped values when parsing is false

* Update src/core/core.datasetController.js

Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>

* Update src/core/core.datasetController.js

Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>

* fix lint issue

* use isFinite

* revert change checking for pixel values

* ternary readability

* revert accidental paren movement

* test with parsing: false

Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
2021-02-24 18:20:11 -05:00
..
controller.bar Fix stacking bug when a dataset is removed (#8520) 2021-02-24 17:31:17 -05:00
controller.bubble Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
controller.doughnut Rename cutoutPercentage to cutout + chores (#8514) 2021-02-24 16:58:01 -05:00
controller.line Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
controller.polarArea Update polar animation tests to less error prone (#8461) 2021-02-19 11:44:37 -05:00
controller.radar Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
controller.scatter/showLine Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.layouts Fix layout bug when there are no visible boxes (#8507) 2021-02-24 16:27:11 -05:00
core.scale Fix ticks.mirror (#8482) 2021-02-21 14:27:14 -05:00
element.line Use null for skipped values instead of NaN (#8510) 2021-02-24 18:20:11 -05:00
element.point Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
mixed Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
plugin.filler Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
plugin.legend Only consider visible vertical boxes in layout (#8483) 2021-02-21 15:43:31 -05:00
plugin.tooltip Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
scale.category Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
scale.linear Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
scale.radialLinear Option resolution with proxies (#8374) 2021-02-15 14:42:32 -05:00
scale.time Time scale: skip invalid data (#8508) 2021-02-23 15:31:43 -05:00
scale.timeseries Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00