vCortex (i4Cortex Visualization Component Pack)

Do you have any aprox. release date that we could use for reference?
Your module actually have a lot of potential in some of our current projects.

Is ok if not!

Hopefully 10th July or sooner.

1 Like

Hi @danielps1818

We fixed the execution JavaScript code in eCharts for all props like renderItem and formatter.
I also add some example of using this on playground project which is installed with module for the reference. You can download it and try it now.

Note: In some of the eCharts example they define and call another function inside the renderItem. In this cases you need to bring those function definition inside your JS code.

Current Issues

  1. The renderItem JavaScript code only run one time when the charts is loaded so any changes in the series data will not trigger the renderItem. To solve this issue I need to add a component function to refresh and update charts. So each time your binding have new data, you need to call that function to update the chart.
  2. Charts which created with renderItem doesn't scale vertically.

We will try to find a solutions for those issues in next week.

1 Like

Trully amazing! :star_struck:
I'll try it now

1 Like