Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Feb 4, 2025
1 parent e057674 commit ec118f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/chart/src/__snapshots__/ChartTheme.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ exports[`defaultChartTheme should create the default chart theme 1`] = `
"colorway": "chartTheme['colorway']",
"error_band_line_color": "chartTheme['error-band-line-color']",
"gridcolor": "chartTheme['gridcolor']",
"indicator_decreasing": "chartTheme['indicator-decreasing']",
"indicator_gauge": "chartTheme['indicator-gauge']",
"indicator_increasing": "chartTheme['indicator-increasing']",
"lake_color": "chartTheme['lake-color']",
"land_color": "chartTheme['land-color']",
"legend_color": "chartTheme['legend-color']",
Expand Down
22 changes: 22 additions & 0 deletions packages/chart/src/__snapshots__/ChartUtils.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ exports[`makeDefaultTemplate should create a default template 1`] = `
},
},
],
"indicator": [
{
"delta": {
"decreasing": {
"color": "ChartTheme['indicator_decreasing']",
},
"increasing": {
"color": "ChartTheme['indicator_increasing']",
},
},
"gauge": {
"bar": {
"color": "ChartTheme['indicator_gauge']",
},
},
"title": {
"font": {
"color": "ChartTheme['title_color']",
},
},
},
],
"ohlc": [
{
"decreasing": {
Expand Down

0 comments on commit ec118f9

Please sign in to comment.