Multiple YAxis with different tick size - charts

Just want to find out if anyone have encountered this problem before.
Basically I am currently using Flot version 0.8. I am trying to plot a chart with multiple yaxis against datetime in xaxis.
The Left yaxis are for values which normally range between 10-80 whereas right yaxis are for values range between 100-500.
Is that even possible to have them plotted with the same tick size (E.g., 20) and the dimension of the chart is fixed.
At the moment, FLOT will automatically apply different tick size on left and right yaxis.
What do you guys think?

Use the tickSize option to set the same interval on both axes. See the customizing the axes section of the docs for more info.

Related

How to set a threshold to bar chart using ECharts

I need to set a threshold to bar chart using ECharts I want to set two thresholds on the y axis, thus defining three y values ranges.
How I can solve this?
Thanks in advance

Second Y-axis labelling in cognos chart

I have a simple line graph that shows daily pricing for 3 months. I need another Y-axis on the right to be label as the same scale on the left. How can it be done?
I'm now using secondary axis to do this which will have 2 lines overlapping together which is ok as it does not affect my graph. However it shows an extra element for that secondary axis in the legend. How can it be removed?
Please help. Thank you.
You can install the customizer and go to chart properties in order to see if you can use second Y axis labelling or not.

jaspersoft jfreechart range or y axis is derived incorrectly

I am using jasper reports with charting. The chart generally works with a wide variety of values.
In one case the values are either 1.011 or 1.01 for the range or Y axis. That is, the user tries to generate a chart and some of the values are 1.011 and some are 1.01.
The challenge is, when generating a chart with these values, the chart is scaled incorrectly on the range or Y axis. The labels range from 1.000 to 1.010 with increments of .001. As the top of the chart is 1.010, the values 1.011 fall off the top of the chart and don't appear on the chart.
Can anybody explain how the range or Y axis is derived beyond stating that the axis is derived from the data. And why, in this case, is the axis derived
incorrectly?
Is there a way to configure the chart to display the range or Y axis more correctly?
I edit a jrxml file. I do not use iReports or java api.
Thanks for all of your assistance and good ideas

Tableau Control Chart - Attribute measure incorrect

All
I have a control chart, with on the X-axis a time period, and the Y-axis the value of the measure (I'd like to plot all the points in a control chart).
However, I have 2 different values as a measure, which have the exact same date (up to a second match) but different measure values.
When I plot this on a control chart, instead of having 2 points in the control chart with value 500 and 550 for example - it gives me one point with a value of about 200.
It also gives a notification that there is a NULL value in this axis, which points to the X-axis where 2 records have the exact same date.
Any idea what I can do to make this correct - or make tableau draw the measure points correctly?
Thanks in advance!
It's difficult to answer without seeing more detail about your problem, but this sounds like a good candidate for a blended axis. (multiple measures sharing a single axis)
The easiest way to do this is to put your (probably continuous) datetime field on the row axis and one of your measures on the row axis to see one of then control plots. Then drag the second measure to the Y-axis until you see a little translucent two bar icon to indicate that you are adding a second measure to that axis, at which point you can release the pointer and you should see a two plots on the same axis.
If the scales for the two measures are radically different, you can instead drag the second measure to the right side instead to get a dual axis.

Highcharts tooltip multivalues when X is a constant

There are no possibility to see ToolTip on irregular chart when some points placed on the same X line but with different Y values.
actually I expected observe tooltip in that places where mouse positioned and if the graph Point exist in the small radius around. However for the picture above we can observed tooltip only for the higest and pre-higest points, but not for the lowest and pre-lowes points.
Thanks
Yes, duplicated points on xAxis are not supported for (sp)line series. You can use scatter series with lineWidth: 1 instead.