Skip to content

Commit 4056757

Browse files
committed
feat: switch from scattergl to scatter for improved performance.
1 parent faa53b8 commit 4056757

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

online/foucault.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ <h2>Notes:</h2>
610610

611611
mode: 'lines',
612612

613-
type: 'scattergl',
613+
type: 'scatter',
614614

615615
line: {
616616

@@ -630,7 +630,7 @@ <h2>Notes:</h2>
630630

631631
mode: 'lines',
632632

633-
type: 'scattergl',
633+
type: 'scatter',
634634

635635
line: {
636636

@@ -650,7 +650,7 @@ <h2>Notes:</h2>
650650

651651
mode: 'lines',
652652

653-
type: 'scattergl',
653+
type: 'scatter',
654654

655655
line: {
656656

online/interpolation-playground.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ <h2>Notes:</h2>
875875

876876
mode: 'lines',
877877

878-
type: 'scattergl',
878+
type: 'scatter',
879879

880880
line: {
881881

@@ -895,7 +895,7 @@ <h2>Notes:</h2>
895895

896896
mode: 'lines',
897897

898-
type: 'scattergl',
898+
type: 'scatter',
899899

900900
line: {
901901

@@ -915,7 +915,7 @@ <h2>Notes:</h2>
915915

916916
mode: 'lines',
917917

918-
type: 'scattergl',
918+
type: 'scatter',
919919

920920
line: {
921921

@@ -935,7 +935,7 @@ <h2>Notes:</h2>
935935

936936
mode: 'markers',
937937

938-
type: 'scattergl',
938+
type: 'scatter',
939939

940940
marker: {
941941

0 commit comments

Comments
 (0)