Skip to content

Commit

Permalink
🚀 fix: update dashStyle from 'Dash' to 'ShortDot' in charts components
Browse files Browse the repository at this point in the history
  • Loading branch information
markni committed Sep 29, 2024
1 parent 0ed9ddb commit 6504590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/charts/BattleChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const updateData = () => {
const zones = [
{
value: airDate, // All points with x < airDate
dashStyle: 'Dash',
dashStyle: 'ShortDot',
color: color // Optional: maintain the original color
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/charts/BattleRankChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const updateData = () => {
const zones = [
{
value: airDate, // All points with x < airDate
dashStyle: 'Dash',
dashStyle: 'ShortDot',
color: color // Maintain original color
},
{
Expand Down

0 comments on commit 6504590

Please sign in to comment.