tulios / burrow-stats

Dashboard for burrow kafka consumer lag checking
50 stars 13 forks source link

Make the dots optional in chart #2

Closed klippx closed 2 years ago

klippx commented 8 years ago

Use a config option that will override the chart-option colors transparent for the point attributes, like this:

    {
      fillColor: 'rgba(0, 137, 207, 0.3)',
      strokeColor: 'rgba(0, 137, 207, 1)',
      pointColor: 'transparent',
      pointStrokeColor: 'transparent',
      pointHighlightFill: 'transparent',
      pointHighlightStroke: 'transparent',
    },