We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无论是在demo里面还是自己写的里面,传递的config完全不起作用,或者如果我写错了,请给一份 示例 ,任何一个demo里都没有用过config字典 const obj = { "lineHeight": 10, "allowMultipleConnection": 'notAllowed', "labelClasses": ['svg-label-class'], "connectionClasses": ['svg-connection-class'], "defaultLabelColor": 'green' } this.annotator = new Annotator(data, this.$refs.svgContainer, obj); 完全无效?????
The text was updated successfully, but these errors were encountered:
No branches or pull requests
无论是在demo里面还是自己写的里面,传递的config完全不起作用,或者如果我写错了,请给一份 示例 ,任何一个demo里都没有用过config字典
const obj = {
"lineHeight": 10,
"allowMultipleConnection": 'notAllowed',
"labelClasses": ['svg-label-class'],
"connectionClasses": ['svg-connection-class'],
"defaultLabelColor": 'green'
}
this.annotator = new Annotator(data, this.$refs.svgContainer, obj);
完全无效?????
The text was updated successfully, but these errors were encountered: