File "vc_charts.less"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less
File size: 459 bytes
MIME-type: text/plain
Charset: utf-8

[data-vc-shortcode="vc_line_chart"], [data-vc-shortcode="vc_round_chart"] {
  // vc_line-chart custom dependency
  .vc_chart-edit-form-custom-color {
    .vc_shortcode-param[data-vc-shortcode-param-name="values_custom_color"] {
      display: block;
    }
    .vc_shortcode-param[data-vc-shortcode-param-name="values_color"] {
      display: none;
    }
  }

  .vc_shortcode-param[data-vc-shortcode-param-name="values_custom_color"] {
    display: none;
  }
}