| 1234567891011121314151617181920212223242526272829303132 |
- .x-monthio-legend {
- .sumtip {
- position: absolute;
- right: 0;
- top: 8px;
- font-size: 12px;
- span:last-child {
- margin-left: 12px;
- }
- }
- .x-legend-inner {
- padding: 0;
- .x-legend-container {
- text-align: left;
- .x-legend-item {
- font-size: 12px;
- border: none !important;
- outline: none !important;
- text-align: left;
- .x-legend-item-marker {
- box-shadow: none;
- border-radius: 50%;
- }
- }
- }
- }
- }
|