openui5-financial-charts
Version:
OpenUI5 Financial Charts based on d3.js
21 lines (16 loc) • 354 B
text/less
@import "../../../../../sap/ui/core/themes/base/base.less";
@import "../../../../../sap/ui/core/themes/base/global.less";
.fcBullish {
fill: @sapUiChartGood;
stroke: @sapUiChartGood;
}
.fcBearish {
fill: @sapUiChartBad;
stroke: @sapUiChartBad;
}
.fcCandleBody {
stroke-width: 0;
}
.fcCandleShadow {
stroke-width: 1;
}