UNPKG
thsc-datav-standard-chart
Version:
latest (1.6.0-beta-0827)
1.6.0-beta-0827
1.6.0-beta-0821
标准范式组件
thsc-datav-standard-chart
/
types
/
theme
/
mobile
/
series
/
line.d.ts
8 lines
(7 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
ThemeParser
}
from
'../../../core/theme'
;
export
declare
const
MAIN_LINE_WIDTH
=
1.5
;
export
declare
const
LINE_WIDTH
=
1
;
/** * 移动端主题-折线图解析器 */
export
declare
function
lineThemeParse
(
...
args
:
Parameters
<
ThemeParser
>
):
void
;