mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Fix charts in comparison page
This commit is contained in:
@@ -1,3 +1,40 @@
|
|||||||
|
.chart {
|
||||||
|
.user-select-none();
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
cursor: default;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 33%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.tablet({
|
||||||
|
width: 50%;
|
||||||
|
});
|
||||||
|
|
||||||
|
.largePhone({
|
||||||
|
width: 100%;
|
||||||
|
});
|
||||||
|
|
||||||
|
.medPhone({
|
||||||
|
.axis {
|
||||||
|
font-size: 0.8em;
|
||||||
|
|
||||||
|
g.tick:nth-child(2n + 1) text {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
&[ng-click] {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
||||||
.axis {
|
.axis {
|
||||||
|
|||||||
@@ -266,12 +266,12 @@
|
|||||||
|
|
||||||
<div class="group semi">
|
<div class="group semi">
|
||||||
<h1>Jump Range</h1>
|
<h1>Jump Range</h1>
|
||||||
<div class="chart" area-chart config="jrChart" series="jrSeries"></div>
|
<div area-chart config="jrChart" series="jrSeries"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group semi">
|
<div class="group semi">
|
||||||
<h1>Total Range</h1>
|
<h1>Total Range</h1>
|
||||||
<div class="chart" area-chart config="trChart" series="trSeries"></div>
|
<div area-chart config="trChart" series="trSeries"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group dbl">
|
<div class="group dbl">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "coriolis_shipyard",
|
"name": "coriolis_shipyard",
|
||||||
"version": "0.13.0",
|
"version": "0.13.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cmmcleod/coriolis"
|
"url": "https://github.com/cmmcleod/coriolis"
|
||||||
|
|||||||
Reference in New Issue
Block a user