diff --git a/docs/articles/colour.html b/docs/articles/colour.html
index 362bf94e..433f3eae 100644
--- a/docs/articles/colour.html
+++ b/docs/articles/colour.html
@@ -167,16 +167,16 @@
#> # A tibble: 539 x 10
#> carat cut color clarity depth table price x y z
#> <dbl> <ord> <ord> <ord> <dbl> <dbl> <int> <dbl> <dbl> <dbl>
-#> 1 0.76 Ideal I SI1 61.8 57 2399 5.89 5.83 3.62
-#> 2 0.39 Premium G VS1 61.7 62 951 4.69 4.65 2.88
-#> 3 0.4 Ideal E SI1 60.5 57 737 4.77 4.81 2.9
-#> 4 1.3 Very Good I VS1 62.1 59 7333 6.97 7.01 4.34
-#> 5 1.62 Good I VS1 59.6 65 9526 7.69 7.59 4.55
-#> 6 0.42 Ideal D VS1 61.4 55 1006 4.8 4.9 2.98
-#> 7 1.06 Very Good D SI1 59.4 57 5713 6.65 6.72 3.97
-#> 8 1.21 Premium G VS2 62.2 58 7996 6.85 6.81 4.25
-#> 9 0.7 Ideal F VVS2 61.5 56 4439 5.7 5.78 3.53
-#> 10 0.9 Good I SI1 63.5 59 3176 6.05 6.1 3.86
+#> 1 1.1 Very Good F VVS1 62.2 59 10329 6.56 6.69 4.12
+#> 2 0.36 Ideal F IF 60.3 57 1063 4.61 4.65 2.79
+#> 3 0.73 Fair J VS1 64.6 60 1802 5.68 5.59 3.64
+#> 4 0.5 Very Good D VS2 60.1 63 1712 5.13 5.09 3.07
+#> 5 0.9 Good H VVS1 63.8 59 4847 6.09 6.13 3.9
+#> 6 0.4 Ideal E SI1 62.4 54 694 4.72 4.74 2.95
+#> 7 0.51 Ideal G VVS1 60.5 59 1893 5.16 5.19 3.13
+#> 8 0.71 Very Good J SI1 59.1 61 1861 5.82 5.85 3.45
+#> 9 1.07 Premium D VS2 62.4 57 7550 6.59 6.51 4.09
+#> 10 1.07 Premium F SI2 58.2 58 4319 6.79 6.72 3.93
#> # … with 529 more rows
gg_point_col(plot_data,
diff --git a/docs/articles/colour_files/figure-html/unnamed-chunk-5-1.png b/docs/articles/colour_files/figure-html/unnamed-chunk-5-1.png
index 7217ecde..b61b2cbb 100644
Binary files a/docs/articles/colour_files/figure-html/unnamed-chunk-5-1.png and b/docs/articles/colour_files/figure-html/unnamed-chunk-5-1.png differ
diff --git a/docs/articles/colour_files/figure-html/unnamed-chunk-6-1.png b/docs/articles/colour_files/figure-html/unnamed-chunk-6-1.png
index 574ead08..140e1abf 100644
Binary files a/docs/articles/colour_files/figure-html/unnamed-chunk-6-1.png and b/docs/articles/colour_files/figure-html/unnamed-chunk-6-1.png differ
diff --git a/docs/articles/ggplotly.html b/docs/articles/ggplotly.html
index af5f9528..bc6d8245 100644
--- a/docs/articles/ggplotly.html
+++ b/docs/articles/ggplotly.html
@@ -142,8 +142,20 @@
font_family = "Helvetica")
plotly::ggplotly(plot)