Jump to content

Falcons Kendo Component


pro_imaj

Recommended Posts

Hi @Marlon Nardi

Attached is your Kendo example, when you compile please open the pie chart because there is a problem there.

I want to show the "Isler" field and "Amount" field information when the mouse is hovered over the chart in the pie chart.The data structure is as follows.

   with ClientDataSet1 do begin
     CreateDataSet;
     // Works, Quantity
     AppendRecord(['a ISI',1 ]);
     AppendRecord(['b ISI',3 ]);
     AppendRecord(['c ISI',5 ]);
     AppendRecord(['d ISI',7 ]);
     AppendRecord(['e ISI',9 ]);

   end;

For example, I want to see the following result when Pie is hovered over the chart with the mouse. "a HEAT :1 "

It should be with the code below, but "{0} field returns "Amount" information, while {1} field does not return "Works" information.

Do you have a suggestion about this?

     Chart.ChartProperties.Values['tooltip'] :=
       '{visible: true, format: "{0} :{1} "}';


image.thumb.png.36fbf1a5e08f2849e5edc6e5afca7ebe.png
*The sample project is attached.

FSKendoUI_Test.zip

Link to comment
Share on other sites

  • pro_imaj changed the title to Falcons Kendo Component
  • 2 weeks later...
On 2/5/2023 at 12:46 AM, pro_imaj said:

Hi @Marlon Nardi

Attached is your Kendo example, when you compile please open the pie chart because there is a problem there.

I want to show the "Isler" field and "Amount" field information when the mouse is hovered over the chart in the pie chart.The data structure is as follows.

   with ClientDataSet1 do begin
     CreateDataSet;
     // Works, Quantity
     AppendRecord(['a ISI',1 ]);
     AppendRecord(['b ISI',3 ]);
     AppendRecord(['c ISI',5 ]);
     AppendRecord(['d ISI',7 ]);
     AppendRecord(['e ISI',9 ]);

   end;

For example, I want to see the following result when Pie is hovered over the chart with the mouse. "a HEAT :1 "

It should be with the code below, but "{0} field returns "Amount" information, while {1} field does not return "Works" information.

Do you have a suggestion about this?

     Chart.ChartProperties.Values['tooltip'] :=
       '{visible: true, format: "{0} :{1} "}';


image.thumb.png.36fbf1a5e08f2849e5edc6e5afca7ebe.png
*The sample project is attached.

FSKendoUI_Test.zip 13.17 MB · 0 downloads

@Marlon Nardi

Greetings Marlon,
Are you able to look into this matter?
Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...