main_class/src/chart/base/axis_chart/axis_chart_painter library
Classes
-
AxisChartPainter<
D extends AxisChartData> -
This class is responsible to draw the grid behind all axis base charts.
also we have two useful function getPixelX and getPixelY that used
in child classes -> BarChartPainter, LineChartPainter
dataList
is the currently showing data (it may produced by an animation using lerp function),targetData
is the target data, that animation is going to show (if animating)