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
I can't change the colors of edges and nodes.
const data = { nodes: [ { id: "inicio", title: "Início 900" }, { id: "encerrarAtendimento", title: "Encerrar Atendimento 0" }, { id: "empresa", title: "Empresa 2" }, { id: "residencia", title: "Residência 1395" }, { id: "cepValido", title: "CEP Válido 400" }, { id: "cepInvalido", title: "CEP invalido 995" }, { id: "cepUnico", title: "CEP Único 300" }, { id: "padrao", title: "Padrão 100" }, { id: "enderecoNumero", title: "Endereço Número 400" }, { id: "naoPossuiNumero", title: "Não possui Número 45" }, { id: "possuiNumero", title: "Possui Número 367" }, { id: "numeroValido", title: "Número Válido 355" }, { id: "numeroInvalido", title: "Número Inválido 12" }, { id: "confirmaEndereco", title: "Confirma Endereço 412" } ], edges: [ { source: "inicio", target: "residencia", value: 900 / 10, color: "orange" }, { source: "inicio", target: "empresa", value: 2 / 10, color: "orange" }, { source: "residencia", target: "cepValido", value: 400 / 10, color: "orange" } ] }; const chartOptions = { height: 350, fontFamily: "Roboto, sans-serif", fontWeight: 600, fontSize: "6px" };
The text was updated successfully, but these errors were encountered:
The color of edges is dynamically determined based on the colors of the source and target graph nodes, with color properties supported only for nodes.
Sorry, something went wrong.
bhaumikspanchal
No branches or pull requests
I can't change the colors of edges and nodes.
The text was updated successfully, but these errors were encountered: