on 2017 Nov 21 1:35 PM
Hello Experts,
I am trying to wrap the dataLabel texts in vizFrame charts so that it can adjust itself automatically based on the device used.
Please give me some inputs on it.
Best Regards,
Aakanksha
Request clarification before answering.
Sorry for the late reply.
dataLabel property comes with a property which accepts custom callback function
plotArea:{dataLabel:{renderer:
function(e){
/*Your line wrapping logic here*/
}
}}
e variable here returns the dataLabels' information so your wrapping logic will be executed on every data labels one by one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
54 | |
10 | |
9 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.