@tetacom/svg-charts 1.7.13 → 1.7.14

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.
@@ -174,7 +174,7 @@ const defaultSeriesConfig = () => ({
174
174
  xAxisIndex: 0,
175
175
  yAxisIndex: 0,
176
176
  fillType: FillType.default,
177
- color: 'coral',
177
+ color: '#FF7F50',
178
178
  visible: true,
179
179
  enabled: true,
180
180
  clipPointsDirection: ClipPointsDirection.x,