Alexandre Balon-Perin
Alexandre Balon-Perin
I tried using the provided instructions to download terraformer from release on PopOS but the grep on tag_name wasn't returning anything so I have adjusted the instructions. I suggest one...
I am happy to create a PR but I am a bit confused how to modify the expr.ne to add the new operator. If you provide a little bit of...
Historical quotes for price will be fixed in https://github.com/herval/yahoo-finance/pull/44. However, historical quotes for dividends still needs a patch.
relates to #52 Here is a quick fix for the quote function. Apparently, Yahoo changed the layout of their historical data page... After this fix, I can get historical prices...
Historical quotes for price will be fixed in https://github.com/herval/yahoo-finance/pull/44. However, historical quotes for stock splits still needs a patch.
This new function `symbol_changes ` returns a list of ticker symbols that changed at a given date in the form: [`effective_date`, `old_symbol`, `new_symbol`] This PR will conflict with https://github.com/herval/yahoo-finance/pull/44 because...
**Description** Pass a new prop called renderLabel?: PieLabel for Pie and renderLabel?: ImplicitLabelType for Bar/Line/Area to configure showing labels on these elements. **Related issue(s)** fixes https://github.com/tremorlabs/tremor/issues/1060 **What kind of change...
### What problem does this feature solve? I would like to show labels on components of the charts such as the bar, line, pie and area. ### What does the...
**Description** Allow toggling axisline through a new prop called `showAxisLine` for all relevant chart types (Bar Chart, Area Chart, Line Chart, Scatter Chart). **Related issue(s)** fixes https://github.com/tremorlabs/tremor/issues/1058 **What kind of...
### What problem does this feature solve? axisLine is hardcoded to false for all chart types. I would like to have a prop to modify that value in my project....