Chart.js/test/fixtures
Akihiko Kusanagi 40495ec9d0 Fix the rounding issue of floating point numbers in category scale (#5880)
- Remove `Math.round` in the category scale code
- Add `helpers._alignPixel` to align grid/tick/axis border lines
- Fix grid/tick/axis border line calculation
- Add a check of the width of the axis border
- Refactor core.scale code
2018-12-09 11:34:34 +01:00
..
controller.bar Make bar styling options scriptable (#5780) 2018-11-12 21:15:37 +01:00
controller.bubble Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
controller.line Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
controller.polarArea Added 'angle' option to Polar Charts (#5279) 2018-06-17 11:56:57 -04:00
controller.radar Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
core.scale Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
core.tooltip Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00
element.point Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
helpers.canvas Adjust the size of rectRounded/rectRot point to fit pointRadius (#5858) 2018-11-28 07:53:41 +01:00
plugin.filler Fix cut off tick labels in radial scale (#5848) 2018-11-28 08:35:15 +01:00
scale.radialLinear Fix the rounding issue of floating point numbers in category scale (#5880) 2018-12-09 11:34:34 +01:00