openalgo-charts 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -728,6 +728,8 @@ interface FormControl {
728
728
  label: string;
729
729
  /** Sub-heading the row sits under; consecutive rows with one group share a header. */
730
730
  group?: string;
731
+ /** Help text; rendered as a hover affordance beside the label. */
732
+ tooltip?: string;
731
733
  min?: number;
732
734
  max?: number;
733
735
  step?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openalgo-charts",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "From-scratch, dependency-free canvas charting engine for OpenAlgo: professional-grade interactive rendering, advanced on-chart trading, and a one-call widget tier that adds the toolbar, drawing rail, dialogs and shortcuts.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "marketcalls",