@lionad/cx-comps-tanstack-charts 0.1.0-alpha.21 → 0.1.0-alpha.22
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.
package/dist/index.mjs
CHANGED
|
@@ -538,6 +538,9 @@ export interface CxChartSpec {
|
|
|
538
538
|
y?: 'point' | 'pointer' | 'value' | 'group-center' | 'plot-top' | 'plot-center' | 'plot-bottom';
|
|
539
539
|
};
|
|
540
540
|
sort?: 'visual' | 'color-domain' | 'focus';
|
|
541
|
+
/** 追加到 tooltip 根元素的自定义类名(`ts-chart-tooltip <className>`),
|
|
542
|
+
* 供物料/宿主用 CSS 分化指示器等外壳样式 */
|
|
543
|
+
className?: string;
|
|
541
544
|
items?: ('x' | 'y' | 'group' | {
|
|
542
545
|
channel: 'x' | 'y' | 'group';
|
|
543
546
|
label?: string;
|