Skip to content

Commit

Permalink
fix(dashboard): able to render vertical ref line in cartesian chart
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Aug 15, 2023
1 parent cdd9940 commit bfe366b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function getReferenceLines(
data: [
{
name: r.name,
[keyOfAxis]: Number(variableValueMap[r.variable_key]),
[keyOfAxis]: variableValueMap[r.variable_key],
},
],
silent: true,
Expand Down

0 comments on commit bfe366b

Please sign in to comment.