elmarquez/angular-metrics-graphics

multichart line starting points

Closed this issue · 1 comments

I'm using multiline charts in my angular application and noticed that the starting point is sometimes inconsistent.

chart options are

$scope.chartOptions =
            title: '',
            x_accessor: 'date'
            y_accessor: 'value'
            small_text: true
            legend: []
            legend_target: '.legend'
            area: false,
            aggregate_rollover: false
            full_width: true

screen shot 2016-03-15 at 7 05 52 pm

This is likely a MetricsGraphics issue but I'm happy to look at it anyway. Can you post some sample data so that I can take a look at this?