Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalBlueberry committed Aug 23, 2024
1 parent da09f1c commit dc5745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/colorscale/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
Cmid: 5,
Cmax: 10,
Color: types.ArrayOKArray(types.UseColorScaleValues(z)...),
Colorscale: types.ColorScale{
Colorscale: &types.ColorScale{
Values: []types.ColorScaleReference{
{NormalizedValue: 0.0, Color: "#6e40aa"},
{NormalizedValue: 0.1, Color: `#963db3`},
Expand Down

0 comments on commit dc5745d

Please sign in to comment.