Skip to content

Highcharts pass external variable to global options

First time working with highcharts-vue. I have the following global chart options, which I import in my app.js. It is here I have added a button to the exporting menu to allow for download CSV / XLSX functionality, leveraging maatwebsite/laravel-excel, as the final export will include additional columns to sh…

React Context Provider all children re rendering

can someone explain to me why the next code re renders all children components from the provider console everytime button is clicked, all components re rendering but if context provider is wrapped in a component as follows console when button is clicked only the component consuming the context (and the compon…