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

Navigator plotarea values

2 Answers 34 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Francis
Top achievements
Rank 1
Francis asked on 25 May 2015, 02:50 AM

We got this htmlChart with navigator. all seems to be ok on first load. but when the navigator change selection, the values from the when it first load still remains on the plotarea. can't seem to find what's causing this. any help appreciated.

 

 

 



 

Cheers! 

 

Francis

 

2 Answers, 1 is accepted

Sort by
0
Francis
Top achievements
Rank 1
answered on 25 May 2015, 02:53 AM

I've attached screenshots.

 

Cheers!

 

Francis

0
Danail Vasilev
Telerik team
answered on 26 May 2015, 07:05 AM
Hi Francis,

You can hide labels for zero and/or undefined values through templates. For example:

<telerik:ColumnSeries DataFieldY="SellQuantity">
    <LabelsAppearance>
        <ClientTemplate>
    #if(value != undefined && value != 0){# #=kendo.format(\'{0:dd/MM}\',value)# #}#
        </ClientTemplate>
    </LabelsAppearance>
    <TooltipsAppearance Color="White" DataFormatString="{1} cars sold on<br/>{0:D}" />
</telerik:ColumnSeries>



Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart (HTML5)
Asked by
Francis
Top achievements
Rank 1
Answers by
Francis
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or