@orbcharts/presets-basic 3.0.0-alpha.20 → 3.0.0-alpha.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. package/LICENSE +200 -200
  2. package/dist/orbcharts-presets-basic.es.js +244 -213
  3. package/dist/orbcharts-presets-basic.umd.js +1 -1
  4. package/dist/src/gridDataFormatterFiles/DF_GRID_PN_SCALE.d.ts +3 -0
  5. package/dist/src/gridDataFormatterFiles/index.d.ts +1 -1
  6. package/dist/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_LOOSE_TICKS.d.ts +4 -0
  7. package/dist/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_TENSE_TICKS.d.ts +4 -0
  8. package/dist/src/gridPluginParamsFiles/GroupAxis/index.d.ts +2 -0
  9. package/dist/src/index.d.ts +3 -1
  10. package/package.json +43 -43
  11. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING.ts +13 -13
  12. package/src/chartParamsFiles/CP_BOTTOM_AND_LEFT_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
  13. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING.ts +13 -13
  14. package/src/chartParamsFiles/CP_BOTTOM_LONG_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
  15. package/src/chartParamsFiles/CP_BOTTOM_PADDING.ts +13 -13
  16. package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_GROUP_HIGHLIGHT.ts +14 -14
  17. package/src/chartParamsFiles/CP_BOTTOM_PADDING_WITH_SERIES_HIGHLIGHT.ts +14 -14
  18. package/src/chartParamsFiles/CP_BOTTOM_SLIGHT_PADDING.ts +13 -13
  19. package/src/chartParamsFiles/CP_LEFT_PADDING.ts +13 -13
  20. package/src/chartParamsFiles/CP_LONG_PADDING.ts +13 -13
  21. package/src/chartParamsFiles/CP_RIGHT_PADDING.ts +13 -13
  22. package/src/chartParamsFiles/CP_TOP_AND_NO_BOTTOM_PADDING.ts +13 -13
  23. package/src/chartParamsFiles/index.ts +13 -13
  24. package/src/createPreset.ts +87 -87
  25. package/src/gridDataFormatterFiles/DF_GRID_2_SERIES_SLOT.ts +16 -16
  26. package/src/gridDataFormatterFiles/DF_GRID_3_SERIES_SLOT.ts +16 -16
  27. package/src/gridDataFormatterFiles/DF_GRID_4_SERIES_SLOT.ts +16 -16
  28. package/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS.ts +22 -22
  29. package/src/gridDataFormatterFiles/DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING.ts +17 -17
  30. package/src/gridDataFormatterFiles/DF_GRID_NONE_GROUP_SCALE_PADDING.ts +13 -13
  31. package/src/gridDataFormatterFiles/{DF_GRID_DIVERGING_SCALE.ts → DF_GRID_PN_SCALE.ts} +14 -14
  32. package/src/gridDataFormatterFiles/DF_GRID_SEPARATE_SERIES.ts +16 -16
  33. package/src/gridDataFormatterFiles/DF_LINE_AREAS_2_SERIES_SLOT.ts +19 -19
  34. package/src/gridDataFormatterFiles/DF_LINE_AREAS_3_SERIES_SLOT.ts +19 -19
  35. package/src/gridDataFormatterFiles/DF_LINE_AREAS_4_SERIES_SLOT.ts +19 -19
  36. package/src/gridDataFormatterFiles/DF_LINE_AREAS_SEPARATE_SERIES.ts +19 -19
  37. package/src/gridDataFormatterFiles/index.ts +12 -12
  38. package/src/gridPluginParamsFiles/Bars/PP_BARS_ROUND.ts +14 -14
  39. package/src/gridPluginParamsFiles/Bars/PP_BARS_THIN.ts +14 -14
  40. package/src/gridPluginParamsFiles/Bars/index.ts +1 -1
  41. package/src/gridPluginParamsFiles/Dots/PP_DOTS_ONLY_SHOW_HIGHLIGHTED.ts +12 -12
  42. package/src/gridPluginParamsFiles/Dots/PP_DOTS_SOLID.ts +14 -14
  43. package/src/gridPluginParamsFiles/Dots/index.ts +1 -1
  44. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM.ts +13 -13
  45. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +14 -14
  46. package/src/gridPluginParamsFiles/GridLegend/PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST.ts +14 -14
  47. package/src/gridPluginParamsFiles/GridLegend/index.ts +2 -2
  48. package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_LOOSE_TICKS.ts +12 -0
  49. package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_ROTATE_LABEL.ts +12 -12
  50. package/src/gridPluginParamsFiles/GroupAxis/PP_GROUP_AXIS_TENSE_TICKS.ts +14 -0
  51. package/src/gridPluginParamsFiles/GroupAxis/index.ts +3 -1
  52. package/src/gridPluginParamsFiles/LineAreas/PP_LINE_AREAS_CURVE.ts +11 -11
  53. package/src/gridPluginParamsFiles/Lines/PP_LINES_CURVE.ts +12 -12
  54. package/src/gridPluginParamsFiles/index.ts +6 -6
  55. package/src/index.ts +403 -382
  56. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_2_GRID_SLOT.ts +21 -21
  57. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_3_GRID_SLOT.ts +24 -24
  58. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_4_GRID_SLOT.ts +27 -27
  59. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_DIVERGING.ts +35 -35
  60. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_PN.ts +35 -35
  61. package/src/multiGridDataFormatterFiles/DF_MULTI_GRID_SEPARATE_GRID.ts +21 -21
  62. package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_2_GRID_SLOT.ts +27 -27
  63. package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_3_GRID_SLOT.ts +33 -33
  64. package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_4_GRID_SLOT.ts +39 -39
  65. package/src/multiGridDataFormatterFiles/DF_MULTI_LINE_AREAS_SEPARATE_GRID.ts +27 -27
  66. package/src/multiGridDataFormatterFiles/index.ts +9 -9
  67. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_2_GRID_SLOT.ts +11 -11
  68. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_3_GRID_SLOT.ts +11 -11
  69. package/src/multiGridPluginParamsFiles/MultiBarStack/PP_MULTI_BAR_STACK_4_GRID_SLOT.ts +11 -11
  70. package/src/multiGridPluginParamsFiles/MultiBarStack/index.ts +3 -3
  71. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_2_GRID_SLOT.ts +11 -11
  72. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_3_GRID_SLOT.ts +11 -11
  73. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_4_GRID_SLOT.ts +11 -11
  74. package/src/multiGridPluginParamsFiles/MultiBars/PP_MULTI_BARS_ROUND.ts +14 -14
  75. package/src/multiGridPluginParamsFiles/MultiBars/index.ts +5 -5
  76. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_2_GRID_SLOT.ts +11 -11
  77. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_3_GRID_SLOT.ts +11 -11
  78. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/PP_MULTI_BARS_TRIANGLE_4_GRID_SLOT.ts +11 -11
  79. package/src/multiGridPluginParamsFiles/MultiBarsTriangle/index.ts +2 -2
  80. package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_2_GRID_SLOT.ts +11 -11
  81. package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_3_GRID_SLOT.ts +11 -11
  82. package/src/multiGridPluginParamsFiles/MultiDots/PP_MULTI_DOTS_4_GRID_SLOT.ts +11 -11
  83. package/src/multiGridPluginParamsFiles/MultiDots/index.ts +2 -2
  84. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM.ts +13 -13
  85. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_LINE_LIST.ts +27 -27
  86. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_RECT_AND_LINE_LIST.ts +20 -20
  87. package/src/multiGridPluginParamsFiles/MultiGridLegend/PP_MULTI_GRID_LEGEND_BOTTOM_WITH_ROUND_AND_LINE_LIST.ts +21 -21
  88. package/src/multiGridPluginParamsFiles/MultiGridLegend/index.ts +3 -3
  89. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_2_GRID_SLOT.ts +12 -12
  90. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_3_GRID_SLOT.ts +12 -12
  91. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_4_GRID_SLOT.ts +12 -12
  92. package/src/multiGridPluginParamsFiles/MultiGroupAxis/PP_MULTI_GROUP_AXIS_DIVERGING.ts +12 -12
  93. package/src/multiGridPluginParamsFiles/MultiGroupAxis/index.ts +4 -4
  94. package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_2_GRID_SLOT.ts +11 -11
  95. package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_3_GRID_SLOT.ts +11 -11
  96. package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_4_GRID_SLOT.ts +11 -11
  97. package/src/multiGridPluginParamsFiles/MultiLineAreas/PP_MULTI_LINE_AREAS_CURVE.ts +11 -11
  98. package/src/multiGridPluginParamsFiles/MultiLineAreas/index.ts +3 -3
  99. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_2_GRID_SLOT.ts +11 -11
  100. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_3_GRID_SLOT.ts +11 -11
  101. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_4_GRID_SLOT.ts +11 -11
  102. package/src/multiGridPluginParamsFiles/MultiLines/PP_MULTI_LINES_CURVE.ts +12 -12
  103. package/src/multiGridPluginParamsFiles/MultiLines/index.ts +3 -3
  104. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_2_GRID_SLOT.ts +11 -11
  105. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_3_GRID_SLOT.ts +11 -11
  106. package/src/multiGridPluginParamsFiles/MultiValueAxis/PP_MULTI_VALUE_AXIS_4_GRID_SLOT.ts +11 -11
  107. package/src/multiGridPluginParamsFiles/MultiValueAxis/index.ts +3 -3
  108. package/src/multiGridPluginParamsFiles/MultiValueStackAxis/PP_MULTI_VALUE_STACK_AXIS_2_GRID_SLOT.ts +11 -11
  109. package/src/multiGridPluginParamsFiles/MultiValueStackAxis/PP_MULTI_VALUE_STACK_AXIS_3_GRID_SLOT.ts +11 -11
  110. package/src/multiGridPluginParamsFiles/MultiValueStackAxis/PP_MULTI_VALUE_STACK_AXIS_4_GRID_SLOT.ts +11 -11
  111. package/src/multiGridPluginParamsFiles/MultiValueStackAxis/index.ts +3 -3
  112. package/src/multiGridPluginParamsFiles/index.ts +9 -9
  113. package/src/seriesDataFormatterFiles/DF_SERIES_DESC.ts +9 -9
  114. package/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES.ts +9 -9
  115. package/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES_AND_DESC.ts +10 -10
  116. package/src/seriesDataFormatterFiles/DF_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +10 -10
  117. package/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES.ts +9 -9
  118. package/src/seriesDataFormatterFiles/DF_SERIES_SUM_SERIES_AND_DESC.ts +10 -10
  119. package/src/seriesDataFormatterFiles/index.ts +8 -8
  120. package/src/seriesPluginParamsFiles/Bubbles/PP_BUBBLES_SCALING_BY_RADIUS.ts +11 -11
  121. package/src/seriesPluginParamsFiles/Pie/PP_PIE_DONUT.ts +12 -12
  122. package/src/seriesPluginParamsFiles/Pie/PP_PIE_HALF_DONUT.ts +14 -14
  123. package/src/seriesPluginParamsFiles/Pie/index.ts +1 -1
  124. package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_HALF_ANGLE.ts +13 -13
  125. package/src/seriesPluginParamsFiles/PieLabels/PP_PIE_LABELS_INNER.ts +13 -13
  126. package/src/seriesPluginParamsFiles/PieLabels/index.ts +1 -1
  127. package/src/seriesPluginParamsFiles/Rose/PP_ROSE_SCALING_BY_RADIUS.ts +11 -11
  128. package/src/seriesPluginParamsFiles/Rose/index.ts +2 -2
  129. package/src/seriesPluginParamsFiles/RoseLabels/PP_ROSE_LABELS_SCALING_BY_RADIUS.ts +11 -11
  130. package/src/seriesPluginParamsFiles/RoseLabels/index.ts +1 -1
  131. package/src/seriesPluginParamsFiles/SeriesLegend/PP_SERIES_LEGEND_ROUND.ts +11 -11
  132. package/src/seriesPluginParamsFiles/index.ts +5 -5
  133. package/src/treePluginParamsFiles/TreeLegend/PP_TREE_LEGEND_BOTTOM.ts +13 -13
  134. package/src/types.ts +61 -61
  135. package/tsconfig.dev.json +17 -17
  136. package/tsconfig.json +13 -13
  137. package/tsconfig.prod.json +13 -13
  138. package/vite.config.js +44 -44
  139. package/dist/src/gridDataFormatterFiles/DF_GRID_DIVERGING_SCALE.d.ts +0 -3
@@ -1,20 +1,20 @@
1
- import type { DataFormatterFile } from '../types'
2
-
3
- export const DF_LINE_AREAS_SEPARATE_SERIES: DataFormatterFile<'grid'> = {
4
- id: 'DF_LINE_AREAS_SEPARATE_SERIES',
5
- chartType: 'grid',
6
- description: 'LineAreas 分開顯示Series',
7
- data: {
8
- grid: {
9
- // seriesSlotIndexes: [0, 1],
10
- separateSeries: true,
11
- groupAxis: {
12
- scalePadding: 0
13
- }
14
- },
15
- // container: {
16
- // rowAmount: 1,
17
- // columnAmount: 2,
18
- // }
19
- }
1
+ import type { DataFormatterFile } from '../types'
2
+
3
+ export const DF_LINE_AREAS_SEPARATE_SERIES: DataFormatterFile<'grid'> = {
4
+ id: 'DF_LINE_AREAS_SEPARATE_SERIES',
5
+ chartType: 'grid',
6
+ description: 'LineAreas 分開顯示Series',
7
+ data: {
8
+ grid: {
9
+ // seriesSlotIndexes: [0, 1],
10
+ separateSeries: true,
11
+ groupAxis: {
12
+ scalePadding: 0
13
+ }
14
+ },
15
+ // container: {
16
+ // rowAmount: 1,
17
+ // columnAmount: 2,
18
+ // }
19
+ }
20
20
  }
@@ -1,12 +1,12 @@
1
- export { DF_GRID_BOTTOM_VALUE_AXIS } from './DF_GRID_BOTTOM_VALUE_AXIS'
2
- export { DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING } from './DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING'
3
- // export { DF_GRID_2_SERIES_SLOT } from './DF_GRID_2_SERIES_SLOT'
4
- // export { DF_GRID_3_SERIES_SLOT } from './DF_GRID_3_SERIES_SLOT'
5
- // export { DF_GRID_4_SERIES_SLOT } from './DF_GRID_4_SERIES_SLOT'
6
- export { DF_GRID_SEPARATE_SERIES } from './DF_GRID_SEPARATE_SERIES'
7
- export { DF_GRID_DIVERGING_SCALE } from './DF_GRID_DIVERGING_SCALE'
8
- export { DF_GRID_NONE_GROUP_SCALE_PADDING } from './DF_GRID_NONE_GROUP_SCALE_PADDING'
9
- // export { DF_LINE_AREAS_2_SERIES_SLOT } from './DF_LINE_AREAS_2_SERIES_SLOT'
10
- // export { DF_LINE_AREAS_3_SERIES_SLOT } from './DF_LINE_AREAS_3_SERIES_SLOT'
11
- // export { DF_LINE_AREAS_4_SERIES_SLOT } from './DF_LINE_AREAS_4_SERIES_SLOT'
12
- export { DF_LINE_AREAS_SEPARATE_SERIES } from './DF_LINE_AREAS_SEPARATE_SERIES'
1
+ export { DF_GRID_BOTTOM_VALUE_AXIS } from './DF_GRID_BOTTOM_VALUE_AXIS'
2
+ export { DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING } from './DF_GRID_BOTTOM_VALUE_AXIS_AND_NONE_GROUP_SCALE_PADDING'
3
+ // export { DF_GRID_2_SERIES_SLOT } from './DF_GRID_2_SERIES_SLOT'
4
+ // export { DF_GRID_3_SERIES_SLOT } from './DF_GRID_3_SERIES_SLOT'
5
+ // export { DF_GRID_4_SERIES_SLOT } from './DF_GRID_4_SERIES_SLOT'
6
+ export { DF_GRID_SEPARATE_SERIES } from './DF_GRID_SEPARATE_SERIES'
7
+ export { DF_GRID_PN_SCALE } from './DF_GRID_PN_SCALE'
8
+ export { DF_GRID_NONE_GROUP_SCALE_PADDING } from './DF_GRID_NONE_GROUP_SCALE_PADDING'
9
+ // export { DF_LINE_AREAS_2_SERIES_SLOT } from './DF_LINE_AREAS_2_SERIES_SLOT'
10
+ // export { DF_LINE_AREAS_3_SERIES_SLOT } from './DF_LINE_AREAS_3_SERIES_SLOT'
11
+ // export { DF_LINE_AREAS_4_SERIES_SLOT } from './DF_LINE_AREAS_4_SERIES_SLOT'
12
+ export { DF_LINE_AREAS_SEPARATE_SERIES } from './DF_LINE_AREAS_SEPARATE_SERIES'
@@ -1,15 +1,15 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { BarsParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_BARS_ROUND: PluginParamsFile<BarsParams> = {
5
- id: 'PP_BARS_ROUND',
6
- chartType: 'grid',
7
- pluginName: 'Bars',
8
- description: '圓角長條圖',
9
- data: {
10
- barWidth: 0,
11
- barPadding: 1,
12
- barGroupPadding: 10,
13
- barRadius: true,
14
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { BarsParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_BARS_ROUND: PluginParamsFile<BarsParams> = {
5
+ id: 'PP_BARS_ROUND',
6
+ chartType: 'grid',
7
+ pluginName: 'Bars',
8
+ description: '圓角長條圖',
9
+ data: {
10
+ barWidth: 0,
11
+ barPadding: 1,
12
+ barGroupPadding: 10,
13
+ barRadius: true,
14
+ }
15
15
  }
@@ -1,14 +1,14 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { BarsParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_BARS_THIN: PluginParamsFile<BarsParams> = {
5
- id: 'PP_BARS_THIN',
6
- chartType: 'grid',
7
- pluginName: 'Bars',
8
- description: '圓角長條圖',
9
- data: {
10
- barWidth: 20,
11
- barPadding: 1,
12
- barGroupPadding: 10
13
- }
14
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { BarsParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_BARS_THIN: PluginParamsFile<BarsParams> = {
5
+ id: 'PP_BARS_THIN',
6
+ chartType: 'grid',
7
+ pluginName: 'Bars',
8
+ description: '圓角長條圖',
9
+ data: {
10
+ barWidth: 20,
11
+ barPadding: 1,
12
+ barGroupPadding: 10
13
+ }
14
+ }
@@ -1,2 +1,2 @@
1
- export { PP_BARS_ROUND } from './PP_BARS_ROUND'
1
+ export { PP_BARS_ROUND } from './PP_BARS_ROUND'
2
2
  export { PP_BARS_THIN } from './PP_BARS_THIN'
@@ -1,12 +1,12 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { DotsParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_DOTS_ONLY_SHOW_HIGHLIGHTED: PluginParamsFile<DotsParams> = {
5
- id: 'PP_DOTS_ONLY_SHOW_HIGHLIGHTED',
6
- chartType: 'grid',
7
- pluginName: 'Dots',
8
- description: '顯示highlight圓點',
9
- data: {
10
- onlyShowHighlighted: false
11
- }
12
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { DotsParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_DOTS_ONLY_SHOW_HIGHLIGHTED: PluginParamsFile<DotsParams> = {
5
+ id: 'PP_DOTS_ONLY_SHOW_HIGHLIGHTED',
6
+ chartType: 'grid',
7
+ pluginName: 'Dots',
8
+ description: '顯示highlight圓點',
9
+ data: {
10
+ onlyShowHighlighted: false
11
+ }
12
+ }
@@ -1,14 +1,14 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { DotsParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_DOTS_SOLID: PluginParamsFile<DotsParams> = {
5
- id: 'PP_DOTS_SOLID',
6
- chartType: 'grid',
7
- pluginName: 'Dots',
8
- description: '實心圓點',
9
- data: {
10
- radius: 3,
11
- fillColorType: 'series',
12
- onlyShowHighlighted: false
13
- }
14
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { DotsParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_DOTS_SOLID: PluginParamsFile<DotsParams> = {
5
+ id: 'PP_DOTS_SOLID',
6
+ chartType: 'grid',
7
+ pluginName: 'Dots',
8
+ description: '實心圓點',
9
+ data: {
10
+ radius: 3,
11
+ fillColorType: 'series',
12
+ onlyShowHighlighted: false
13
+ }
14
+ }
@@ -1,2 +1,2 @@
1
- export { PP_DOTS_ONLY_SHOW_HIGHLIGHTED } from './PP_DOTS_ONLY_SHOW_HIGHLIGHTED'
1
+ export { PP_DOTS_ONLY_SHOW_HIGHLIGHTED } from './PP_DOTS_ONLY_SHOW_HIGHLIGHTED'
2
2
  export { PP_DOTS_SOLID } from './PP_DOTS_SOLID'
@@ -1,14 +1,14 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_GRID_LEGEND_BOTTOM: PluginParamsFile<GridLegendParams> = {
5
- id: 'PP_GRID_LEGEND_BOTTOM',
6
- chartType: 'grid',
7
- pluginName: 'GridLegend',
8
- description: '底部圖例',
9
- data: {
10
- position: 'bottom',
11
- justify: 'center',
12
- padding: 14,
13
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GRID_LEGEND_BOTTOM: PluginParamsFile<GridLegendParams> = {
5
+ id: 'PP_GRID_LEGEND_BOTTOM',
6
+ chartType: 'grid',
7
+ pluginName: 'GridLegend',
8
+ description: '底部圖例',
9
+ data: {
10
+ position: 'bottom',
11
+ justify: 'center',
12
+ padding: 14,
13
+ }
14
14
  }
@@ -1,15 +1,15 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: PluginParamsFile<GridLegendParams> = {
5
- id: 'PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST',
6
- chartType: 'grid',
7
- pluginName: 'GridLegend',
8
- description: '底部圖例及線條列點',
9
- data: {
10
- position: 'bottom',
11
- justify: 'center',
12
- padding: 14,
13
- listRectHeight: 2
14
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST: PluginParamsFile<GridLegendParams> = {
5
+ id: 'PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST',
6
+ chartType: 'grid',
7
+ pluginName: 'GridLegend',
8
+ description: '底部圖例及線條列點',
9
+ data: {
10
+ position: 'bottom',
11
+ justify: 'center',
12
+ padding: 14,
13
+ listRectHeight: 2
14
+ }
15
15
  }
@@ -1,15 +1,15 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST: PluginParamsFile<GridLegendParams> = {
5
- id: 'PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST',
6
- chartType: 'grid',
7
- pluginName: 'GridLegend',
8
- description: '底部圖例及圓弧列點',
9
- data: {
10
- position: 'bottom',
11
- justify: 'center',
12
- padding: 14,
13
- listRectRadius: 7,
14
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GridLegendParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST: PluginParamsFile<GridLegendParams> = {
5
+ id: 'PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST',
6
+ chartType: 'grid',
7
+ pluginName: 'GridLegend',
8
+ description: '底部圖例及圓弧列點',
9
+ data: {
10
+ position: 'bottom',
11
+ justify: 'center',
12
+ padding: 14,
13
+ listRectRadius: 7,
14
+ }
15
15
  }
@@ -1,3 +1,3 @@
1
- export { PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST } from './PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST'
2
- export { PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST } from './PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST'
1
+ export { PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST } from './PP_GRID_LEGEND_BOTTOM_WITH_LINE_LIST'
2
+ export { PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST } from './PP_GRID_LEGEND_BOTTOM_WITH_ROUND_LIST'
3
3
  export { PP_GRID_LEGEND_BOTTOM } from './PP_GRID_LEGEND_BOTTOM'
@@ -0,0 +1,12 @@
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GroupAxisParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GROUP_AXIS_LOOSE_TICKS: PluginParamsFile<GroupAxisParams> = {
5
+ id: 'PP_GROUP_AXIS_LOOSE_TICKS',
6
+ chartType: 'grid',
7
+ pluginName: 'GroupAxis',
8
+ description: '寬鬆標籤',
9
+ data: {
10
+ ticks: 6
11
+ }
12
+ }
@@ -1,13 +1,13 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { GroupAxisParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_GROUP_AXIS_ROTATE_LABEL: PluginParamsFile<GroupAxisParams> = {
5
- id: 'PP_GROUP_AXIS_ROTATE_LABEL',
6
- chartType: 'grid',
7
- pluginName: 'GroupAxis',
8
- description: '群組圖軸標籤文字傾斜',
9
- data: {
10
- tickPadding: 15,
11
- tickTextRotate: -30
12
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GroupAxisParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GROUP_AXIS_ROTATE_LABEL: PluginParamsFile<GroupAxisParams> = {
5
+ id: 'PP_GROUP_AXIS_ROTATE_LABEL',
6
+ chartType: 'grid',
7
+ pluginName: 'GroupAxis',
8
+ description: '群組圖軸標籤文字傾斜',
9
+ data: {
10
+ tickPadding: 15,
11
+ tickTextRotate: -30
12
+ }
13
13
  }
@@ -0,0 +1,14 @@
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { GroupAxisParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_GROUP_AXIS_TENSE_TICKS: PluginParamsFile<GroupAxisParams> = {
5
+ id: 'PP_GROUP_AXIS_TENSE_TICKS',
6
+ chartType: 'grid',
7
+ pluginName: 'GroupAxis',
8
+ description: '密集標籤',
9
+ data: {
10
+ ticks: 12,
11
+ tickPadding: 15,
12
+ tickTextRotate: -30
13
+ }
14
+ }
@@ -1 +1,3 @@
1
- export { PP_GROUP_AXIS_ROTATE_LABEL } from './PP_GROUP_AXIS_ROTATE_LABEL'
1
+ export { PP_GROUP_AXIS_ROTATE_LABEL } from './PP_GROUP_AXIS_ROTATE_LABEL'
2
+ export { PP_GROUP_AXIS_TENSE_TICKS } from './PP_GROUP_AXIS_TENSE_TICKS'
3
+ export { PP_GROUP_AXIS_LOOSE_TICKS } from './PP_GROUP_AXIS_LOOSE_TICKS'
@@ -1,12 +1,12 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { LineAreasParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_LINE_AREAS_CURVE: PluginParamsFile<LineAreasParams> = {
5
- id: 'PP_LINE_AREAS_CURVE',
6
- chartType: 'grid',
7
- pluginName: 'LineAreas',
8
- description: '圓弧折線圖',
9
- data: {
10
- lineCurve: 'curveMonotoneX',
11
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { LineAreasParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_LINE_AREAS_CURVE: PluginParamsFile<LineAreasParams> = {
5
+ id: 'PP_LINE_AREAS_CURVE',
6
+ chartType: 'grid',
7
+ pluginName: 'LineAreas',
8
+ description: '圓弧折線圖',
9
+ data: {
10
+ lineCurve: 'curveMonotoneX',
11
+ }
12
12
  }
@@ -1,13 +1,13 @@
1
- import type { PluginParamsFile } from '../../types'
2
- import type { LinesParams } from '@orbcharts/plugins-basic'
3
-
4
- export const PP_LINES_CURVE: PluginParamsFile<LinesParams> = {
5
- id: 'PP_LINES_CURVE',
6
- chartType: 'grid',
7
- pluginName: 'Lines',
8
- description: '圓弧折線圖',
9
- data: {
10
- lineCurve: 'curveMonotoneX',
11
- lineWidth: 3
12
- }
1
+ import type { PluginParamsFile } from '../../types'
2
+ import type { LinesParams } from '@orbcharts/plugins-basic'
3
+
4
+ export const PP_LINES_CURVE: PluginParamsFile<LinesParams> = {
5
+ id: 'PP_LINES_CURVE',
6
+ chartType: 'grid',
7
+ pluginName: 'Lines',
8
+ description: '圓弧折線圖',
9
+ data: {
10
+ lineCurve: 'curveMonotoneX',
11
+ lineWidth: 3
12
+ }
13
13
  }
@@ -1,7 +1,7 @@
1
- export * from './Bars'
2
- export * from './Dots'
3
- export * from './GridLegend'
4
- export * from './GroupAxis'
5
- export * from './Lines'
6
- export * from './LineAreas'
1
+ export * from './Bars'
2
+ export * from './Dots'
3
+ export * from './GridLegend'
4
+ export * from './GroupAxis'
5
+ export * from './Lines'
6
+ export * from './LineAreas'
7
7
  // export * from './ValueAxis'