Search found 4 matches

by yk.kim
Wed May 22, 2024 12:32 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about the alignment method for the Axes Left, Bottom titles.
Replies: 0
Views: 7

I would like to inquire about the alignment method for the Axes Left, Bottom titles.

I would like to inquire about the alignment method for the Axes Left, Bottom titles. I would like to specify a title as shown below and align the left axis to the top and the bottom axis to the right. Chart1.axes.left.title.text = "Dist(km)"; Chart1.axes.left.title.rotation = 0; //Chart1.axes.left.t...
by yk.kim
Fri Apr 19, 2024 4:59 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to use multiple X and Y axes in one chart.
Replies: 1
Views: 3738

I would like to inquire about how to use multiple X and Y axes in one chart.

I would like to inquire about how to use multiple X and Y axes in one chart.
The chart contents I want to implement are as follows.
→ Line 1 : X-axis 1, Y-axis 1
→ Line 2 : X-axis 2, Y-axis 2

thank you.
by yk.kim
Fri Apr 12, 2024 12:34 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 1
Views: 2131

I would like to inquire about how to apply a legend to a ColorGrid chart.

I would like to inquire about how to apply a legend to a ColorGrid chart as shown in the attached image.
thank you.
by yk.kim
Thu Apr 04, 2024 1:40 am
Forum: JavaScript / HTML5
Topic: PointXY - Tooltip
Replies: 1
Views: 1627

PointXY - Tooltip

I would like to inquire about how to resolve the tooltip error. When you hover the mouse pointer over the red square box area, a tooltip will appear. I would like to inquire about a solution so that the tooltip is displayed only when the mouse pointer is placed on the chart pointer. Demo source and ...