Skip to content

Commit

Permalink
fix styled-chart-labels gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Sep 28, 2016
1 parent 9cd8351 commit c34aff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery/styled-chart-labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Gallery.register(
title: 'Each chart label is styled independently with CSS',
setup: function(parent) {
parent.innerHTML = [
"<style>.dygraph-legend { text-align: right; background: none; }</style>",
"<p class='infotext'>This chart's labels are styled</p>",
"<div class='chart' id='div_g' style='width:600px; height:300px;'></div>",
"<p class='infotext'>This version of the chart uses the default styles:</p>",
Expand Down

0 comments on commit c34aff7

Please sign in to comment.