Amcharts: the last day of the period is not accessible for cursor
Clash Royale CLAN TAG #URR8PPP Amcharts: the last day of the period is not accessible for cursor I think have some troubles understanding the use of usePeriod property in chartScrollbarSettings usePeriod chartScrollbarSettings When I specify the period I can't access the last day (or even the nearest one if there is no data for particular day) As far as I understand for the large datasets AmCharts downsample the lager daily data to weeks to speed up renedering. But the last day of the period is crucial day - and the data must be shown on the graph. AmCharts These are my settings. this.chart = window.AmCharts.makeChart("chartdiv", { "path": AmCharts_path, "type": "stock", "theme": "light", "dataSets": this.$store.getters.getPortfolio.map(function (port, idx) { return { "title": port.name, "fieldMappings": [{ "fromField...