Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dataTableVisualizations.less « stylesheets « CoreVisualizations « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 589278a6f4d68300c545e69b095434912a5030a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* container of each table */
.dataTableVizHtmlTable > .dataTableWrapper {
    width: 450px;
    /* not more than 450px to make sure 2 tables can fit horizontally on a 1024 screen */
}

.dataTableVizAllColumns > .dataTableWrapper {
    width: 535px;
}

.dataTableVizPie > .dataTableWrapper, .dataTableVizBar > .dataTableWrapper {
    width: 500px;
    min-height: 1px;
}

.piwik-graph {
    height: 250px;
}

.dataTableVizEvolution {
    > .dataTableWrapper {
        width: 100%;
    }

    .piwik-graph {
        height: 170px;
    }
}