vue-fusioncharts
                                
                                 vue-fusioncharts copied to clipboard
                                
                                    vue-fusioncharts copied to clipboard
                            
                            
                            
                        dataEmptyMessageFontSize doesn't exist
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 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 Do you want me to clone the project, add options to the configuration file and make a merge request?
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.