Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Apr 17, 2024
1 parent c059a77 commit 2950d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/charts/scatter/ColorScaleNoSnap.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function ColorScaleNoSnap() {
...(colorZ === 'ordinal'
? [
' zAxis={[{',
` data: ['A', 'A', ..., 'B', 'B', ..., 'C', 'C', ..., 'D', 'D', ...],`,
` data: ['A', ..., 'B', ..., 'C', ..., 'D', ...],`,
` colorMap: {`,
` type: 'ordinal',`,
` values: ['A', 'B', 'C', 'D'],`,
Expand Down

0 comments on commit 2950d50

Please sign in to comment.