Run prettier (#5436)

* run in /client

* run in /viz-lib

* bug: fix wrong line ts expect error

* bug: fixed search pattern for prettier
This commit is contained in:
Rafael Wendel
2021-03-31 16:44:19 -03:00
committed by GitHub
parent 21ea72fdc5
commit a61a25dd32
93 changed files with 403 additions and 602 deletions

View File

@@ -42,10 +42,7 @@ function prepareScatterSeries(series: any, options: any) {
return series;
}
function prepareBubbleSeries(series: any, options: any, {
seriesColor,
data
}: any) {
function prepareBubbleSeries(series: any, options: any, { seriesColor, data }: any) {
const coefficient = options.coefficient || 1;
series.mode = "markers";
series.marker = {
@@ -56,9 +53,7 @@ function prepareBubbleSeries(series: any, options: any, {
return series;
}
function prepareBoxSeries(series: any, options: any, {
seriesColor
}: any) {
function prepareBoxSeries(series: any, options: any, { seriesColor }: any) {
series.type = "box";
series.mode = "markers";