Skip to content

Commit 0e459b7

Browse files
committed
update heatmap documentation
1 parent f882797 commit 0e459b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ where each series is represented as a line in the chart:
543543
The `color` property sets the color of each series separately, in order.
544544
',json('[
545545
{"component":"chart", "title": "Survey Results", "type": "heatmap",
546-
"ytitle": "Database managemet system", "xtitle": "Year", "color": ["blue","blue","blue"]},
546+
"ytitle": "Database managemet system", "xtitle": "Year", "color": ["red","orange","yellow"]},
547547
{ "series": "PostgreSQL", "x": "2000", "y": 48},{ "series": "SQLite", "x": "2000", "y": 14},{ "series": "MySQL", "x": "2000", "y": 78},
548548
{ "series": "PostgreSQL", "x": "2010", "y": 65},{ "series": "SQLite", "x": "2010", "y": 22},{ "series": "MySQL", "x": "2010", "y": 83},
549549
{ "series": "PostgreSQL", "x": "2020", "y": 73},{ "series": "SQLite", "x": "2020", "y": 28},{ "series": "MySQL", "x": "2020", "y": 87}

0 commit comments

Comments
 (0)