Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tariqhamid/91544191fb975766b7ad08b8e6d2e6ad to your computer and use it in GitHub Desktop.
Save tariqhamid/91544191fb975766b7ad08b8e6d2e6ad to your computer and use it in GitHub Desktop.
<!-- This CSS package applies Google styling; it should always be included. -->
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons.css">
<style>
.result-display {
margin-left: 15px;
font-size: 125%;
}
.error {
color: #FF0000;
}
.hidden {
display: none;
}
.google-visualization-controls-label {
margin-left: 20px;
}
<!-- Styles for dashboard example
From gist.github.com/mogsdad/dc4b2d290d7cfa8e3c21 -->
#dashboard-div {
width: 800px;
}
#control-div {
margin: 70px;
}
#charts-div {
margin: 10px;
}
#slider-div {
float:left;
}
#selector-div {
}
#piechart-div {
width: 50%;
height: 250px;
float:left;
}
#table-div {
width: 50%;
float:right;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment