Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions [web]/webstats/Data.xml

This file was deleted.

Binary file removed [web]/webstats/FCF_Area2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Bar2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Candlestick.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Column2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Column3D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Doughnut2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Funnel.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Gantt.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Line.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSArea2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSBar2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSColumn2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSColumn2DLineDY.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSColumn3D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSColumn3DLineDY.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_MSLine.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Pie2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_Pie3D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_StackedArea2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_StackedBar2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_StackedColumn2D.swf
Binary file not shown.
Binary file removed [web]/webstats/FCF_StackedColumn3D.swf
Binary file not shown.
310 changes: 0 additions & 310 deletions [web]/webstats/FusionCharts.js

This file was deleted.

66 changes: 51 additions & 15 deletions [web]/webstats/css.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,56 @@
body {
font-family: 'Trebuchet MS', Arial, sans-serif;
font-size: 0.8em;
margin: 0;
display: flex;
flex-direction: column;
}

html,
body {
height: 100%;
}

#topbar {
position: absolute;
top:0px;
right:0px;
left:0px;
height:23px;
background:#555555;
color:#FFFFFF;
padding:7px;"
background: #555;
color: #fff;
height: 23px;
padding: 7px;
}

#datasets {
position: absolute;
right: 0px;
top: 37px;
width: 20%;
bottom: 0px;
background:#555555;
overflow:auto;
background: #555;
height: 100%;
width: 250px;
}

#chart-container {
height: 80%;
width: 100%;
}

#wrapper {
display: flex;
height: 100%;
}

#toggleButton {
float: right;
}

details {
background: #777;
}

summary {
background: #444444;
cursor: pointer;
font-weight: bold;
padding: 5px 10px;
}

details label {
cursor: pointer;
display: block;
padding: 2px 10px;
}
Loading