Code
This is a quarto style caption. Super based
Alex Bresler
May 16, 2022
data, asbviz
Highcharts is a SVG-based, multi-platform charting library. My wrapper makes it easier to create out of the box visualizations
Basic charts that mirror highcharter examples
Some data
This is a quarto style caption. Super based
Turn of legend isolation
iris |>
hc_xy(x = "Sepal.Length", y = "Sepal.Width", group = "Species", opacity = 1,
isolate_legend_group = F, theme_name = "better_unica", color_type = "discrete",
color_palette = "lisa::Jean_MichelBasquiat_1")
mtcars |>
hc_xy(x = "wt", y = "mpg", group = "cyl", opacity = 1, isolate_legend_group = F,
theme_name = "clean_unica", color_type = "discrete", color_palette = "lisa::Jean_MichelBasquiat_1")
@online{bresler2022,
author = {Bresler, Alex and Bresler, Alex},
title = {Asbviz {Quarto} {Examples}},
date = {2022-05-16},
url = {https://basedmusings.com/posts/2022-05-16-test-qmd-asbviz/},
langid = {en},
abstract = {Testing asbviz package with quarto}
}