@cfasim-ui/docs 0.5.1 → 0.6.0

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.
@@ -197,6 +197,8 @@ contrast).
197
197
 
198
198
  ### Horizontal orientation
199
199
 
200
+ On touch devices the tooltip scrubs along the category axis: drag horizontally on a vertical (column) chart and vertically on a horizontal chart. A swipe in the other direction scrolls the page instead of being captured by the chart.
201
+
200
202
  <ComponentDemo>
201
203
  <BarChart
202
204
  :data="[42, 31, 18, 12, 7]"
@@ -722,6 +724,7 @@ anchor. `lineColor`, `lineWidth`, and `lineDash` style the line.
722
724
  | `filename` | `string` | No | — |
723
725
  | `downloadLink` | `boolean \| string` | No | — |
724
726
  | `downloadButton` | `boolean \| string` | No | — |
727
+ | `fullscreenTarget` | `string \| HTMLElement` | No | — |
725
728
  | `annotations` | `readonly ChartAnnotation[]` | No | — |
726
729
  | `chartPadding` | `ChartPadding` | No | — |
727
730
  | `data` | `BarChartData` | No | — |