Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142281 | Jan 24,2019 07:30 PM UTC | Jan 25,2019 06:11 AM UTC | ASP.NET MVC - EJ 2 | 1 |
![]() |
Tags: Chart |
@Html.EJS().Chart("container").TextRender("textRender")
Other configurations
.Render()
function textRender(args) {
if (args.point.low === parseFloat(args.text)) {
args.text = " ";
} else {
args.text += " High";
}
}
|
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.