Currently I have a pie chart that contains a lot of data labels and information. I'm trying to make the most useful information easy to find, and that being said, I'm looking for a way to sort a pie chart by the slice size.
For example, if a pie chart was divided into fourths, each slice having 10%, 20%, 30%, and 40% respectively, how can I get the chart to sort in order ascending or descending? (Let's say it currently sorts the pie into 10%, 30%, 40%, 20%).
Any and all help would be great.
Related
I am trying to figure out how to create this overlaid plot of time-series data, where one of the series should "look" like a histogram.
The problem is I could not figure out how to combine/overlay a histogram with time series data and line/scatter plot and get the histogram xbins to work with the date time data, etc.
So I was also trying to use a bar chart, and create a "pseudo histogram" by removing the gaps between bars, adding outlines, and so forth but that seems fruitless as I don't see a way to control all the borders/lines to that level of control.
The result I am looking for is roughly like so;
Which to me looks like the best match for a plot type should be a histogram, but again I could not figure out how to make that work overlaid with the same x axis as the line/scatter time-series data.
Can anyone offer ideas or point me to an example that might help me understand how to do this ?
I guess I also need to figure out how to align the y-axis scales of the two series also, but that I expect is a different topic...
I am specifically using plotly.js / Javascript
The line chart view below has too many data points and I'd like to reduce the frequency or smooth the line so that it's more readable, I can't find anything in the Charts documentation on this issue, is it possible?
I have a Radial Distribution Graph (having x-axis ie.,[r], y-axis ie., [g(r)] values).
One of the values in the graph has g(r) high value which is around 45 and the rest have around less than 5. Hence it makes the graphs unclear to differentiate.
Since the values are high in this case, I need to normalize it.
How can i normalize the values (the y-axis [g(r)])?
I have attached the graph for visualization.
Any suggestions?
I have a 2d Array containing an heatmap representation 6000*6000 pixels, i saw the example on highchart site and especially this one
jsfiddle.net/tZ6GP/5/
and it works.
But my grid is regulary spaced so it's a pity to be forced to create a new array 3 times bigger my original.
Do you know if there is a mean or an other type of chart more simple that could be lighter ? or maybe another library
Best regards
I am using Pie Chart from PNChart library. My problem is that when the calculated percentage is either too small or similar, the values overlap.
Also similar values pose problem. eg- if percentages are 2% and 3% and they are being shown in blue and red respectively, then only red shows up completely hiding 2% in blue.