chartFillStyle property

Map<String, Color> chartFillStyle
getter/setter pair

Chart fill style.

Implementation

Map<String, Color> chartFillStyle = {
  keyAllGraph: Color.css('#2d2d2d')
};