Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141669 | Dec 27,2018 03:55 AM UTC | Jan 2,2019 09:49 AM UTC | ASP.NET MVC - EJ 2 | 3 |
![]() |
Tags: Chart |
[ChartFeatures.cshtml]
@(Html.EJS().Chart("graph_bar").PointClick("Navigate")
Other configuratins
)
function Navigate(args) {
here based on the series index, we have navigated to different sites
if (args.seriesIndex === 0) {
window.open("https://www.syncfusion.com/", '_blank');
}
//...
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.