Martynas Majeris

Results 280 comments of Martynas Majeris

Would you be able to post your whole chart and data on CodePen/jsFiddle so that we can test?

Thanks! The issue here is that your toltips have fill disabled, effectively making them transparent, and thus not receiving hover events. If tooltip transparency is by design, you may just...

Could you please provide more details, or a demo?

Yes, it is. We have an Angular2 plugin and usage instructions here: https://github.com/amcharts/amcharts3-angular2

Well, there is no built-in functionality for that. However, you can watch the `zoomed` event on the chart and dynamically update `dataProvider`. Here's a demo for that for Stock Chart:...

Sure. To modify the data on the Stock Chart, you need to modify `dataProvider` of the respective data set, as well as call `validateData()`. E.g.: ``` chart.dataSets[0].dataProvider = newData; chart.valdiateData();...

Could you please be more specific? Are you referring to the cursor being dragged to zoom?

Again, if you could provide a sample of such case, that would certainly help.

Thanks. While there's not a lot that can be done about the flickering, I found that setting cursor's position to "mouse", helps a little: ``` chart.chartCursorSettings.cursorPosition = "mouse"; ``` I...

You can use an automatic plugin to do that for you: https://github.com/amcharts/tools/tree/master/datePadding