Skip to content

Commit

Permalink
dont make changes to BubbleChart in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jan 8, 2025
1 parent 2c9afab commit 4c00830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
seriesLabelFmt
);
$: config.update((d) => {
console.log('Bubble updating config', d);
d.series.push(...seriesConfig);
// Push series into legend:
d.legend.data.push(...seriesConfig.map((d) => d.name.toString()));
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/components/SocialCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
background-size: 63.157px 63.157px;
background-size: 63.157px 63.157px; /* = 1200px/19 = 630px/10 */
background-position: 0 0;
}
Expand Down

0 comments on commit 4c00830

Please sign in to comment.