franz-86

Results 6 issues of franz-86

I'm trying to add labels on the xAxis, but I can't position them where I need. I created an array of dataLabels like in this example: ```JavaScript const dataLabels =...

question

is it possible to change the stroke width of a RoundedRectangle, selectively only on the vertical (or horizontal) borders?

question

Dear All, I'm trying to customise the scrollbar of an XYChart. In particular, I would like to modify the color of the thumb between the two grips. I used ```...

question

I would like to customise the onclick behavior of the legend. Is it possible to reproduce this tutorial https://www.amcharts.com/docs/v4/tutorials/activate-deactivate-a-pie-slice-on-legend-click-instead-of-toggling/ with Amcharts5 ? `legend.itemContainers.template.togglable = false;`. has no effect

question

**Bug description** I'm trying to trigger an event based on cursor position when click. I've added this eventHandler: cursor.events.on("click", function(ev){ var x = ev.target.getPrivate("positionX") var value = Math.round(xAxis.positionToValue(x)) alert("Clicked on...

question

I'm trying to access the bullets property of a series, in order to change the style of a single bullet on my plot. At the moment I attempted, unsuccessfully, like...

question