BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
<ej:Chart ID="chrtActualsByCategoryLine" runat="server" Text="" Width="900" Height="400" CanResize="true" OnClientLoad="loadTheme" >
<PrimaryXAxis Title-Text="Date" />
<PrimaryYAxis LabelFormat="{value}" RangePadding="Round" Title-Text="Hours"/>
<CommonSeriesOptions Type="Line" /><Series/>
<Legend Visible="true"></Legend>
</ej:Chart>
The datasource XML is:
<?xml version='1.0' encoding='utf-8' ?>
<chartxml>
<data date='02/23' value1='0' value2='0' value3='0' value4='0' value5='0' />
<data date='03/02' value1='0' value2='0' value3='0' value4='0' value5='0' />
<data date='03/09' value1='0' value2='0' value3='0' value4='0' value5='0' />
<data date='03/16' value1='2.00' value2='5.30' value3='2.00' value4='2.00' value5='6.80' />
</chartxml>
And the datasource is being loaded with:
System.Data.DataSet data = new System.Data.DataSet();
data.ReadXml(new System.IO.StringReader( "XML DATA GOES HERE" ));
objChart.DataSource = data;
objChart.DataBind();
Sorry for the Inconvenience caused.
We have analyzed the reported issue with our sample; we are not able to reproduce the reported issue. So, kindly check this issue again in your side. If you still face any issue, revert back us the sample and replication steps to reproduce the reported issue. We would like to know following details. So, that we can work further and provide a solution.
Could you please let us know the version of the Essential studio you are using now?
Please let us know if you need any clarification.
Thanks,
Praveenkumar
Hi Mark,
We have analyzed the reported issue in your use case sample and we are able to reproduce the issue in 12.2 versions. But this issue is resolved in current 13.1 versions. So, can you please upgrade to the latest versions?
Praveenkumar
Hi Mark,
Sorry for the Inconvenience caused.
We have analyzed your reported issue and we are able to reproduce the reported issue in 13.1 versions. But now we have fixed the reported issue in our upcoming volume release versions. It will be available in our upcoming 2015 Volume 2 release.
And also a support incident to track the status of this issue has been created under your account. Please log on to our support website to check for further updates.
Praveenkumar