Skip to content

Commit

Permalink
add vietnam github example
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Dec 11, 2023
1 parent 454b4e6 commit 289d885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vietnam2.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>Vietnam</h1>

const prefs = {
source_url: 'https://bmschmidt.github.io/vietnam_war/',
max_points: 100000,
max_points: 1000,
alpha: 10.12, // Target saturation for the full page.
zoom_balance: 0.12, // Rate at which points increase size. https://observablehq.com/@bmschmidt/zoom-strategies-for-huge-scatterplots-with-three-js
point_size: 2, // Default point size before application of size scaling
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>Vietnam</h1>
scatterplot
.plotAPI({
alpha: 3.5,
max_points: 10000,
max_points: 1000,
point_size: 5,
duration: 0.1,
encoding: {
Expand Down

0 comments on commit 289d885

Please sign in to comment.