vue-fusioncharts icon indicating copy to clipboard operation
vue-fusioncharts copied to clipboard

dataEmptyMessageFontSize doesn't exist

Open tibdev78 opened this issue 4 years ago • 3 comments

Hello, I'm using fusionchart for a view project and I followed the fusioncharts documentation for the properties you can add and the "dataEmptyMessageFontSize" property doesn't work, so I go to your project and when I see in the configuration file, the dataEmptyMessageFontSize property is not present. Is this normal?

tibdev78 avatar Jul 22 '21 13:07 tibdev78

@tibdev78 You can add the config here : https://github.com/fusioncharts/vue-fusioncharts/blob/master/src/config.js

If you install the component locate vue-fusioncharts/src/config.js in node modules and add the option

AyanBhadury avatar Jul 22 '21 13:07 AyanBhadury

@AyanBhadury Do you want me to clone the project, add options to the configuration file and make a merge request?

tibdev78 avatar Jul 22 '21 14:07 tibdev78

Ah finally what I was looking at was the chart attributes and not the chart object properties dataEmptyMessageFontSize not exist in the object properties . Sorry.

tibdev78 avatar Jul 22 '21 15:07 tibdev78