We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2374e4 commit e680c3eCopy full SHA for e680c3e
.github/workflows/pull-request.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Run test for libraries
36
run: yarn test:libs
37
38
- - name: Build and run tsc for bundles and tabs
39
- run: yarn build:modules --tsc
+ - name: Build, lint and run tsc for bundles and tabs
+ run: yarn workspaces foreach -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint
40
41
- name: Lint bundles and tabs
42
run: yarn lint:modules
src/bundles/plotly/src/functions.ts
@@ -449,7 +449,9 @@ export function draw_sound_2d(sound: Sound) {
449
{
450
xaxis: {
451
type: 'linear',
452
- title: 'Time',
+ title: {
453
+ text: 'Time'
454
+ },
455
anchor: 'y',
456
position: 0,
457
rangeslider: { visible: true }
0 commit comments