Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added features:
tooltipBarDisabled
- This option will allow us to disable the tool tip bar on data point hover (see screenshots for reference)trueZero
- When set totrue
, the gradient effect will flow towards 0, as opposed to the bottom of the chart.gradientDirection
- This can be included as part ofextra
data which gets passed within the chart data, it allows us to control the flow of the gradient fade effect per chart line.gradient
can now be passed as an input from the initial line chart reference, to either enable or disable the gradient completely. This setting was originally inaccessible and would have no effect (contrary to documentation). Gradient option in line charts has no effect swimlane/ngx-charts#1224margins
can now be passed as an input from pie chart reference. This gives us direct access to margin settings in the pie chart.Screenshots
With customisations:

Without customisations:

Related PR
#3