+ >Readers
+ >Writers
+
+
+
+
+ new Sparkline(document.getElementById("spark130"), {
+ dotRadius: 0,
+ width: 200,
+ height: 200,
+ lineColor: "blue",
+ tooltip: (value, index) => 0 + index + ": " + value,
+ }).draw([3, 17, 52, 23, 0]);
+
+
+
+ new Sparkline(document.getElementById("spark131"), {
+ dotRadius: 0,
+ width: 200,
+ height: 200,
+ lineColor: "green",
+ tooltip: (value, index) => 0 + index + ": " + value,
+ }).draw([1, 0, 0, 0, 1]);
+
+
+
+ .dt-search {
+ font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial";
+ }
+
+
+
+
+
+
+