Hi kalpa,
Thanks for contacting Syncfusion support.
We have analyzed your query. Find the response for your queries below.
Query |
Response |
It is not showing one bezier line.Please see attchaments.In my example in Chrome it shows 43 but same page in firefox not showing 43 |
We have tried to replicate the reported issue, unfortunately we were not able to replicate the reported scenario, the label is displaying properly at our end in firefox browser. Sample used for testing can be find from the below link.
Screenshot:
Since we were not aware of your exact scenario, we would like to know the following details, so that we can analyze further and provide you the solution sooner.
· Modify the attached sample or provide your sample with replication steps.
· Kindly revert us with your browser(firefox) version, we have ensured in the latest version(54.0.1) of firefox browser.
· Current version of Essential Studio you are using.
· Do you have rendered pie chart either in Html5 SVG mode or in Canvas mode.
|
If data increased then lines shown with data are not shown all data.Data will be hidden behind legend which shown at bottom |
Since, we are not clear with your query “Data will be hidden behind legend which shown at bottom”, kindly revert us with some screenshots or with your sample to replicate this issue, which will be helpful in further analysis and provide you the solution sooner. |
How we can adjust height of legend and height of chart |
You can customize the size(height and width) of chart and legend with the below code snippet.
JS:
$("#container").ejChart(
{
//...
//Customize chart size
size: { height: "450", width:"950"},
//Customize legend size
legend: { visible: true, size:{height:"50", width:"200"}}
});
|
Sample for reference can be find from below link.
|
Thanks,
Dharani.