Search found 8 matches

by yk.kim
Mon Nov 04, 2024 11:16 pm
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 8454

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

Yeray wrote:
Mon Nov 04, 2024 9:39 am
Hello,

You could try adding a second chart at the bottom and use it to draw the legend. Ie:
https://jsfiddle.net/norike82/7aj5p9of/

colorGridLegend.png
Thank you for suggesting a solution. :D
by yk.kim
Sun Nov 03, 2024 11:46 pm
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 8454

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

https://www.steema.com/support/viewtopi ... 18&t=18141

I would like to contact you because the legend does not display the way
I want even if I change the position of the legend to "bottom" in the source link above.
by yk.kim
Thu Oct 31, 2024 2:12 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 8454

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

Does the TLegendPaletteTool presented above exist in the javascript library?
I would like to inquire about how to implement the above example using Javascript.
by yk.kim
Mon Oct 28, 2024 4:43 am
Forum: JavaScript / HTML5
Topic: I would like to inquire about how to apply a legend to a ColorGrid chart.
Replies: 7
Views: 8454

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
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: 1
Views: 12193

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: 14130

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: 12531

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: 12096

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 ...