We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbef52 commit 8f4e98aCopy full SHA for 8f4e98a
1 file changed
app/components/Package/TimelineChart.vue
@@ -263,7 +263,10 @@ const config = computed<VueUiXyConfig>(() => {
263
chart: {
264
backgroundColor: colors.value.bg,
265
height: 200,
266
- highlighter: { useLine: true },
+ highlighter: {
267
+ useLine: true,
268
+ color: colors.value.accent,
269
+ },
270
grid: {
271
showHorizontalLines: true,
272
stroke: colors.value.border,
@@ -390,6 +393,7 @@ const config = computed<VueUiXyConfig>(() => {
390
393
minimap: {
391
394
show: true,
392
395
lineColor: '#FAFAFA',
396
+ indicatorColor: colors.value.accent,
397
selectedColor: colors.value.accent,
398
selectedColorOpacity: 0.06,
399
frameColor: colors.value.border,
0 commit comments