This is a migrated thread and some comments may be shown as answers.

How we get the correct color when drilldown

1 Answer 60 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 23 Apr 2021, 11:47 AM

Hi sri,

 

             I create bar chart dynamically from server side and call function OnClientSeriesClicked this function in client side like this i call url

    function BarSeriesClicked(sender, args) {
       
  $('#ctl00_ContentPlaceHolder1_ChartList1_hdcatogery').val(args.get_category());
        var ss = $('#ctl00_ContentPlaceHolder1_ChartList1_hdcatogery').val();
        //alert($('#ctl00_ContentPlaceHolder1_ChartList1_hdcatogery').val());
        window.location.replace("http://localhost/zxc/ChartList.aspx?ID=" + ss);
           
    }

chart open but what color click that color not appear,

 

so i need the what color i click that color show drildown chart.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 27 Apr 2021, 01:31 PM

Hi M Kumar,

I will need some more details in order to understand the exact issue that you are facing. Is it possible to send me the exact setup that is leading to the problem so I can reproduce and examine the issue further?

Meanwhile, you can take a look at the HtmlChart Drill down demo here:

https://demos.telerik.com/aspnet-ajax/htmlchart/examples/drilldownchart/defaultcs.aspx

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Chart (HTML5)
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
Vessy
Telerik team
Share this question
or