Skip to content

Commit

Permalink
Merge pull request #1310 from merico-dev/1309-yaxis-should-update-aft…
Browse files Browse the repository at this point in the history
…er-turning-off-the-outlier-series-of-boxplot

1309 yaxis should update after turning off the outlier series of boxplot
  • Loading branch information
GerilLeto authored Dec 13, 2023
2 parents 2683d91 + 735da66 commit ae16bbb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/api",
"version": "10.62.0",
"version": "10.62.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/dashboard",
"version": "10.62.0",
"version": "10.62.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export function getSeries(conf: IBoxplotChartConf, dataset: any[]) {
},
},
{
name: 'Placeholder Outlier',
// Placeholder Outlier
// using same name to be toggled from legend
name: 'Outlier',
type: 'scatter',
symbolSize: 7,
itemStyle: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/root",
"version": "10.62.0",
"version": "10.62.1",
"private": true,
"workspaces": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/settings-form",
"version": "10.62.0",
"version": "10.62.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@devtable/website",
"private": true,
"license": "Apache-2.0",
"version": "10.62.0",
"version": "10.62.1",
"scripts": {
"dev": "vite",
"preview": "vite preview"
Expand Down

0 comments on commit ae16bbb

Please sign in to comment.