echarty icon indicating copy to clipboard operation
echarty copied to clipboard

Minimal R/Shiny Interface to ECharts.js

Results 8 echarty issues
Sort by recently updated
recently updated
newest added

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...

Hi, It could be interesting to make a comparison with other R package wrapping "Echarts", in particular the popular R package "echarts4r". - What are the key differences between "echarty"...

Do categorical values work for choropleth maps? asked [here](https://github.com/JohnCoene/echarts4r/issues/460) by @lgnbhl ECharts seems to ignore non-numerical categories in piecewise choropleths. But numerical categories work. ```r cns

This is an interesting question by @ddrogen asked [here](https://github.com/JohnCoene/echarts4r/issues/453). Specifically, how to change some series data live just by toggling legend items ? Since the need is to update a...

Hi, I was wondering if it were possible to include more information on say a scatterplot for a time-series [dataset](https://github.com/helgasoft/echarty/files/14258298/example.csv). I have 2 specific questions in mind. ```r df_% mutate(value...