I have use case where I need custom labels on the axis, And as per amcharts we need to use adapters for that.
So when I tried using adapters(with html as key) on the category axis it is causing the chart to flicker.
Reproduction steps:
Go to the demo link
open it in either code pen or jsFiddle which is shown in
Then in the Js file add the highlighted code in grey for the adapter usage as shown in image.
Now you can see that the chart is flickering.
Please help on the issue? Thanks :)
I am trying to display an interactive tool-tip on box plot data points with dc.js. i tried different ways with d3 and mouse event to display the tool-tip. But the data which comes when mouseover on point is 0 1 2 like the indexes of dots.
Does it possible to achieve result like second pic with dc.js or customizing with d3 anything ?
I am using the latest version of d3.js and dc.js. Can anyone help me with the little code and suggestion etc. i am unable to resolving such issues.
I have a radar/spider chart.
The input to this chart can be in the format as shown:
[23, 34, 54, [4, 3, 67], 45, 5]
When there is a single value, it is shown as a data point, but when it is an array of points, I want the data to be shown in a boxplot instead (as in the image shown below).
My question is which javascript library is suitable for this type of requirement? I tried using 'Highcharts', but I could not get the boxplot.
I think d3js would be a good choice. You could create two separate charts with one overlaying the other.
Box chart
https://beta.observablehq.com/#mbostock/d3-box-plot
Radar Spider chart
http://bl.ocks.org/nbremer/6506614
I was wondering if anyone did something similar or if it's even possible using amChart maps and using chartScrollbar or some other scrollbar to simulate time frame selection and to update tooltips over countries on scroll.
<-------O================0------------->
Scroll bar goes at the bottom.
I am using dc.js, crossfilter.js to do dimensional charting.
The chart is not correctly displaying the y-axis data i.e. showing 00000, 50000, 00000, 50000 alternatively in the y-axis. I am doing console level logging of the group and it is showing correct value.
I have segregated the problem into a jsfiddle
Any clue on what I am doing wrong?
I think it is just clipped because it is too wide. Try setting the margins:
https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md#marginsmargins