zrender
zrender copied to clipboard
textAlign property in style does not work
textAlign property in style does not work I've tested it many times and it's not my code bug
let testWord = new zrender.Text({
style: {
text: "testWord",
x: 10,
y: 10,
fontSize: "10px",
textAlign: "right"
}
});
ZR.add(testWord);
I think it should be align
but not textAlign
. Please refer to the changelog of 5.0. https://echarts.apache.org/en/changelog.html
I think it should be
align
but nottextAlign
. Please refer to the changelog of 5.0. https://echarts.apache.org/en/changelog.html
Isn't this the development document for ecarts? the zrender lib of my using...
I think it should be
align
but nottextAlign
. Please refer to the changelog of 5.0. https://echarts.apache.org/en/changelog.html
thanks, it's working ... Why is the development document not updated on https://ecomfe.github.io/zrender-doc/public/api.html...
I wanna know as well. We can see the repository of documentation has not been maintained for a long time since Jan 18, 2018, except for a typo fixing in https://github.com/ecomfe/zrender-doc/commit/47549cb675c11980ea050a761fe0f493cda67375. zrender
is the core library of ECharts, all is focusing on the development of ECharts, but instead the documentation of zrender
seems ignored gradually.
I wanna know as well. We can see the repository of documentation has not been maintained for a long time since Jan 18, 2018, except for a typo fixing in ecomfe/zrender-doc@47549cb.
zrender
is the core library of ECharts, all is focusing on the development of ECharts, but instead the documentation ofzrender
seems ignored gradually.
I've only recently started using the zrender library, and I've always thought that its development documents are always updated
文档竟然不是最新的....好坑