summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/graph2d/09_external_legend.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/graph2d/09_external_legend.html')
-rw-r--r--www/lib/vis/examples/graph2d/09_external_legend.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/vis/examples/graph2d/09_external_legend.html b/www/lib/vis/examples/graph2d/09_external_legend.html
index 39ec3228..8ec82fa8 100644
--- a/www/lib/vis/examples/graph2d/09_external_legend.html
+++ b/www/lib/vis/examples/graph2d/09_external_legend.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Graph2d | External legend Example</title>
- <link href="../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body, html {
font-family: sans-serif;
@@ -310,7 +310,7 @@
// get the legend for this group.
var legend = graph2d.getLegend(groupsData[i].id,30,30);
- // append class to icon. All styling classes from the vis.css have been copied over into the head here to be able to style the
+ // append class to icon. All styling classes from the vis.css/vis-timeline-graph2d.min.css have been copied over into the head here to be able to style the
// icons with the same classes if they are using the default ones.
legend.icon.setAttributeNS(null, "class", "legend-icon");
@@ -360,4 +360,4 @@
</script>
</body>
-</html> \ No newline at end of file
+</html>