on 2016 Jun 22 4:13 PM
Hi,
Im using Design Studio 1.6 and I've implemented the following in a button:
CHART_X.showDataLabels(true);
However, when the button is selected, in addition to showing the Data Labels, it also enables the Legend for the chart (which I've disabled).
Is there a way to also disable the legend via a button?
Thanks,
Request clarification before answering.
Hi Brian,
I've tried replicating your scenario, and when I show the Data Labels through the showDataLabels(true) method, it displays only the Data Labels, and the Legend, which I have disabled, remains hidden.
I'm on Design Studio 1.6 SP2.
However, you could force the legends to remain hidden, through CSS. You could add the following script to your CSS file.
.v-m-legends
{
display:none;
}
Hope this satisfies your requirement.
Regards,
Anuraag
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
29 | |
9 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.