Skip to content

Instantly share code, notes, and snippets.

@bernbecht
Created July 31, 2015 17:12
Show Gist options
  • Save bernbecht/a1db1ab3fe7c87c08b0a to your computer and use it in GitHub Desktop.
Save bernbecht/a1db1ab3fe7c87c08b0a to your computer and use it in GitHub Desktop.
BO | Múltiplos Charts.html
<ion-view title="COMPONENTES">
<div class="separador-exemple"><span>SEARCH BOX</span></div>
<ion-content class="has-header">
<div class="row">
<div class="col">
<chart type="bar"></bar-chart>
</div>
<div class="col">
<chart chart-id="fixed" chart-data="fixedChartData" type="bar"></bar-chart>
</div>
</div>
<div class="row">
<div class="col">
<chart chart-id="test" type="bar"></bar-chart>
</div>
</div>
</ion-content>
</ion-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment