@tetacom/svg-charts 1.7.8 → 1.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,7 +172,7 @@ const defaultSeriesConfig = () => ({
172
172
  type: SeriesType.line,
173
173
  xAxisIndex: 0,
174
174
  yAxisIndex: 0,
175
- fillType: FillType.gradient,
175
+ fillType: FillType.default,
176
176
  color: 'coral',
177
177
  visible: true,
178
178
  enabled: true,