helgasoft
helgasoft
[echarty](https://github.com/helgasoft/echarty) - Minimal R/Shiny Interface to ECharts.js [acknowledged](https://helgasoft.github.io/echarty/#:~:text=hat%20tip%20also%20to%20the%20pioneers) this library as pioneer in its field 🥇
Interesting case of stacked bar chart, [inquiry](https://github.com/JohnCoene/echarts4r/issues/446) from @ddrogen. Most of the work is restructuring the data. Solution shows tooltip with percentage by category. ```r dt mutate(perc = case_when(name=='cat_a' ~percent_a,...
Proof of concept - Leaflet **map with shapefile polylines**. Idea from @Robinlovelace. We prefer Leaflet map as most versatile. Other options are 'bmap' and [gmap](https://github.com/plainheart/echarts-extension-gmap), which are based on Baidu...
Several programming questions have been addressed already in our [Code Gists](https://gist.github.com/helgasoft). Gists are searchable by keyword. Example: to search for _scatter_ in all gists - [do this](https://gist.github.com/search?q=user%3Ahelgasoft+scatter). Here is the...
ECharts is actively developed, with thousands of users, new bugs are promptly reported. Some postings require translation. In Chrome, right-click on the page and select _Translate to English_. 1. [Bugs...
This is an enhancement request. Dynamic tabs are great! How about adding a little 'X' close button on every tab? It is standard in JS packages and very convenient for...
Glad to find 'tic' and like the simplicity and abstraction. :+1: It is working great for code testing, but I'm having a problem with _test coverage_ . My provider is...
### Example [**Code Example**](https://codepen.io/helgasoft/pen/KKXMpvP). Testing environment was echarts 5.2.1, echarts-gl 2.0.8. ### Problem: **bar3D** data in _globe_ can have multiple bars with coordinates [lng, lat, alt]. The bar with the...
### Description Cannot hide vertical axis through custom _theme_ when _add_TA_ is present in _chart_Series._ ### Expected behavior _add_TA_ should not interfere with the selected theme. _add_BBands_, for example, behaves...