Skip to content

Commit

Permalink
bugfix #4767 Get 'NaN' in tooltip of Timeline Series. Get 'undefined'…
Browse files Browse the repository at this point in the history
… at tooltip.y.formatter first arguments
  • Loading branch information
cuobiezi committed Nov 11, 2024
1 parent 9448083 commit 744f26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/xaxis.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('User defined X-axis min/max', () => {
})

describe('Timeline Series', () => {
it.only('globals.seriesXvalues[index] should have a correct length', () => {
it('globals.seriesXvalues[index] should have a correct length', () => {
const chart = createChartWithOptions({
chart: {
type: 'line',
Expand Down

0 comments on commit 744f26b

Please sign in to comment.