Kael Vergara

Results 2 comments of Kael Vergara

I think you have to use ```this.chart.series[0].addPoint([Math.random()` * 10], true, true)``` instead of ```this.chart.series[0].addPoint(Math.random() * 10)``` Check out this example. http://plnkr.co/edit/jUnxafwLqcejmiCoi6GS?p=preview

+1 to @iceekey solution, this fixes my issue where stylelint plugin is not showing error logs for webpack dev server.