-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
bug fix - adding color option to viz_options of table chart #410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Approved.
@rajeshkurup Could you resolve the conflict in CHANGELOG.md please? Thanks. |
Hi @seonsfx , Resolved the conflict in CHANGELOG.md. Thanks, |
Hi @seonsfx , New version 6.22.0 has been added to CHANGELOG.md. Thanks, |
@rajeshkurup This PR has been released with |
SignalFX terraform provider version 6.20.0 throws following error while using table chart
Error: Invalid address to set: []string{"viz_options", "0", "color"}
│
│ with module.chart-test-dashboards.module.table-chart-test.signalfx_table_chart.chart0,
│ on ../../charts/table_charts/table-chart/main.tf line 1, in resource "signalfx_table_chart" "chart0":
│ 1: resource "signalfx_table_chart" "chart0" {
│
╵
Though SignalFX UI does not support color for table chart, adding color to viz_options to fix above error.