Quasar e Apex Charts [Sample application]
-
good day, I am trying to use this, but it ask for access token ? … anyway thanks for this sir.
-
UPDATE Example
-
@patryckx Do you need to support IE 11 with your application and Apex Charts? Apex Charts no longer supports IE 11 without the addition of a few polyfills. I’m in the process of figuring out how to add these polyfills within the quasar environment/webpack, as we still do need to support IE11.
The change itself - https://github.com/apexcharts/apexcharts.js/releases?after=v3.13.1
The fix to the change - https://github.com/apexcharts/apexcharts.js#using-it-with-ie11 -
@jeffatpf Unfortunately, the “price” we pay to offer something to IE11 is high. I will do a little test to try to make them work in IE11.
Any advances, I comment here.
Thank you for your feedback! -
@jeffatpf I updated my index.template.html by adding the scripts you mentioned above. It worked correctly in IE11.
DEMO: https://quasar-apexcharts.surge.sh/#/ -
@patryckx Did you have to make other concessions to your applications functionality/features/UI by supporting IE beside using polyfills?
-
@dobbel just follow the apexcharts documentation and enable compatibility with ie no quasar.conf.js file
https://github.com/apexcharts/apexcharts.js#using-it-with-ie11
-
new examples added!
-
New examples added!
-
hi patrick I learning from your examples to implements the apexcharts but in the new framework quasar 2.0.0 I couldnt install so I looking what is changing and in the end I found the new way so I want to pass the information for help others programers so in the file the boot “apex.js” not recognize “Vue” so the new way is this:
file name apex.js
<------------------------implement this code------------------------------------->
import VueApexCharts from ‘vue3-apexcharts’export default ({ app }) => {
app.component(‘apexchart’, VueApexCharts)
}
<----------------------------------end----------------------------------------------->
and you need have install “vue3-apexcharts” if you use the normal mark error too so that is very important i forgot add the file boot in the quasar.config.js i waste to much time for remember i hope you can improve my informacion in your page for helping other programers i hope this info helping see you and thnx for you excelente page.