Skip to content

Commit

Permalink
fix(HotMap): 修改颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Rui committed Apr 19, 2024
1 parent a6413f9 commit 15cd0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hot-map/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class HotMap extends BaseChart {
this.instance
.polygon()
.position(`${xField}*${yField}`)
.color(zField, shapeConfig?.color || '#F2F3FF-#B5C7FF-#618DFF')
.color(zField, shapeConfig?.color || '#D9E1FF-#8EABFF-#2770EF')
.label(zField, {
offset: -2,
style: {
Expand Down

0 comments on commit 15cd0a8

Please sign in to comment.