iago
iago
I think this should be added. I understand the concerns about backward compatibility, but I think backward compatibility is only desirable not mandatory. Could this break some projects that upgrade?...
I will work on this separately as soon as I have some time to look at the source code of `print()`.
The current behaviour I think is fine. Pandas does give an `dropna` option. It could be implemented, so the behaviour could be extended to this: ```js testDf.groupby(['group'], { dropna: true...
I attach the test encrypted file if you want to test it without having to create one encrypted file. Just in case you want to do further test with that...
I'm not using any server, while I am writing documentation I only run `docsify serve .`. I don't think it's a major issue since it works as expected with `docsify...
It's sad to see that this feature is not yet implemented. I was liking ApexCharts a lot, but I really need this feature. Will have to use other library then...
Hi @junedchhipa, this is the most commented feature in ApexCharts. Is still impossible to implement right now? I think lots of people are moving to other frameworks just because this...
My settings.json is like this, I don't know what could be wrong... ```jsonc { // Appeareance configuration "workbench.colorTheme": "Dracula", "workbench.iconTheme": "material-icon-theme", "editor.fontFamily": "Cascadia Code", "editor.fontLigatures": true, "editor.fontSize": 15, "editor.fontWeight": "normal",...