ngx-charts
ngx-charts copied to clipboard
[Feature] Add Series Tooltip Disabled Input to Line Chart
What kind of change does this PR introduce? (check one with "x")
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
What is the current behavior? (You can also link to an open issue here) Fixes #1132
What is the new behavior?
Can set seriesTooltipDisabled
input to only hide series tooltips on Line Chart.
Does this PR introduce a breaking change? (check one with "x")
- [ ] Yes
- [x] No
Nice! Can we add this to area charts too?
Sure, I will add the feature as soon as I get some free time. :D
@marjan-georgiev You are up to review, I can't assign it to anyone by the way lol
Why is this PR still open?
Why is this PR still open?
What do you mean? It is still open because it has to be reviewed again before merging to avoid any issue from the changes I made. 🍰
Any chance to have this merged soon?
Any chance to have this merged soon?
@marjan-georgiev Is there any chance that this one get reviewed in the short term?
Hi, can someone tell me how can I disable the seriesTooltipTemplate ?
Hi, can someone tell me how can I disable the seriesTooltipTemplate ?
Not possible at the moment unless this PR gets merged, in that case, you could set on the ngx-chart component template the [seriesTooltipDisabled]="false"
.
When does this PR will get merge?