// add your additional code here
var chart = new ej.charts.Chart({
primaryXAxis: {
title: "Countries",
valueType: "Category",
interval: 1,
labelIntersectAction: "Rotate90"
},
primaryYAxis: {
title: "Distribution",
labelFormat: "{value}%",
interval: 20
},
highlightMode: "Series",
});
// add your additional code here
|
Hello Srihari,
Another question. I was trying to get the below 3D chart working using the latest syncfusion library.
https://js.syncfusion.com/demos/jquery/#!/azure/chart/3d/100%stackedcolumn
Does the latest library have these features of 3D view + rotation etc as seen in URL above?
Below is where I tried to use the settings.
https://stackblitz.com/edit/o2vzej-xpvnvd?file=index.js
Hello, This is followup to my very first question related to the stacked column charts your reply of using
the below settings i.e
highlightMode: "Series",
worked well on chrome browser.
However, this does not work on IE11 browser, attaching here screenshot for your reference.
Please suggest.
Another question related to the file size:
If you check the file I attached for my previous comment, the .js file I am using is 15MB. Is there a way I can only get the relevant .js code files for the stackedcolumn chart API ?
Hi Idrish,
We are glad to announce that our v19.4.42 patch release is rolled out; we have added the fix for reported issue and is available for download under the following link.
Npm Packages : https://www.npmjs.com/~syncfusionorg
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Durga G
Hello Durga,
Thank you for the updates.
Can you please point me to the .js version of the ej2-charts instead of the npm package ? I am directly using the .js file as my integration is in vanilla Javascript.
Thank you
index.html
<script src="https://cdn.syncfusion.com/ej2/19.4.47/dist/ej2.min.js" type="text/javascript"></script> |