You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small bug I stumbled upon: when using data-graph-yaxis-2-opposite in a line or column chart, highchartTable moves the primary y-axis values to the right and vice versa. The expected behaviour is to keep the primary y-axis and its values to the left and the secondary y-axis to the right.
Example:
The example for data-graph-yaxis-2-opposite on http://highcharttable.org/#doc-axis shows the problem. "Sales" is the first series, yet the y-axis values for it is shown on the right side, while the y-axis values for "Benefits" is shown to the left.
Add
data-graph-yaxis-1-title-text="Sales" data-graph-yaxis-2-title-text="Benefits"
to the table in http://jsfiddle.net/F2L5t/ to show the mixup.
The text was updated successfully, but these errors were encountered:
Thanks for a great project!
A small bug I stumbled upon: when using data-graph-yaxis-2-opposite in a line or column chart, highchartTable moves the primary y-axis values to the right and vice versa. The expected behaviour is to keep the primary y-axis and its values to the left and the secondary y-axis to the right.
Example:
The example for data-graph-yaxis-2-opposite on http://highcharttable.org/#doc-axis shows the problem. "Sales" is the first series, yet the y-axis values for it is shown on the right side, while the y-axis values for "Benefits" is shown to the left.
Add
data-graph-yaxis-1-title-text="Sales" data-graph-yaxis-2-title-text="Benefits"
to the table in http://jsfiddle.net/F2L5t/ to show the mixup.
The text was updated successfully, but these errors were encountered: