Skip to content

Commit

Permalink
Update LineChart.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ox0400 authored Jun 3, 2024
1 parent db6503c commit ea575ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/LineChart/LineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@
import { computed, ref } from 'vue'
import { LineChartData, LineChartOptions, PointPosition } from '@/components/LineChart/types'
import { getCurve } from '@/utilities/getCurveFunction'
import { roundUpToIncrement } from '@/utilities/roundUpToIncrement'
import { randomId } from '@/components/Base'
import { roundUpToIncrement } from '@/utilities/roundUpToIncrement'

Check warning on line 35 in src/components/LineChart/LineChart.vue

View workflow job for this annotation

GitHub Actions / ESLint

Trailing spaces not allowed
import { randomId } from '@/components/Base'

Check warning on line 36 in src/components/LineChart/LineChart.vue

View workflow job for this annotation

GitHub Actions / ESLint

`@/components/Base` import should occur before import of `@/components/LineChart/types`
const props = defineProps<{
data: LineChartData,
options?: LineChartOptions,
Expand Down

0 comments on commit ea575ea

Please sign in to comment.