stockiNail

Results 36 issues of stockiNail

### Documentation Is: - [ ] Missing or needed? - [X] Confusing - [X] Not sure? ### Please Explain in Detail... Having a look to some issues and some samples,...

type: documentation

This PR is enabling the `callout` options in the label of line annotation. ### TODO - [x] test cases - [x] types - [x] documentation - [x] samples

enhancement

This PR is enabling the line curve representation by the line annotation. ![curvesample](https://user-images.githubusercontent.com/11741250/171205704-0dd1c113-e566-4b62-883b-d92896224f70.png) | Option | Type | Default | Description | :-- | :-- | :-- | :-- |...

enhancement

This PR is enabling the labeling of the ellipse annotation. ### TODO - [x] test cases - [x] types - [x] documentation - [x] samples

enhancement

This PR is adding before/after draw hooks in order to allow the user to apply whatever needed customization on out-of the-box annotations. Fix #146. The hooks will be invoked once...

enhancement

This PR is enabling the possibility to the user to set the animation to the annotations when they are drawing at chart initialization. It adds an options to all annotations:...

enhancement

… object To implement a customization on rendering and coloring you could need of information based on other elements of chart (not only dataset item). Furthermore 'index' represent the value...

As it has been implemented in CHART.JS, see PR https://github.com/chartjs/Chart.js/pull/10571, it could helpful to have the same options structure also in this plugin. Maybe other "aggregation" in a single node...

breaking change

Fix #105 This is PR is adding new option to `labels` configuration in order to control what happens to a label that is too big to fit into a rectangle....

enhancement

Doing some tests for PR #106, I have seen the the label is not correctly positioned in the box. See codepen: https://codepen.io/stockinail/pen/gOzmEvx As you can see, there is a difference...