I’ve been working on building out some component libraries for my site, and I was trying to create some chart components I can export into my design.
In the process, I discovered that my parameter values don’t appear to be populating properly when input into the chart’s Aspect => Width or Aspect => Height fields.
For instance, I created the following parameter JSON for my chart component:
{
"title" : "Chart Title",
"width" : "750",
"height" : "500"
}
In the Aspect width and height fields, I input {{dc:p:width}}
and {{dc:p:height}}
respectively, but the chart appears to be returning square, and changing the values in my parameters don’t appear to change anything about the chart’s size. I’m wondering if perhaps this is a php datatype issue or some other “wiring” issue?