Chartjs - error message

1
  Hi, I am having some trouble with the Chartjs widget. I hope you guys can help me. I have been following the steps in the this document but I am get the error: 'Microsflow should have one parameter of type MyFirstModule.ChartWrapper'. I can't understand what I did wrong.    
asked
3 answers
3

Your Chartjs widget should be sitting inside of a dataview with object called ChartWrapper. If you already have this set up:

  • Double-click on your error
  • It should open the problem microflow
  • Add a parameter to the microflow of the type ChartWrapper

 

That should do the trick! Let us know how you make out.

answered
1

 

I've tried that but i still get the error.

answered
0

Hi,

I am getting the same error, Please look into bellow line..

Microflow should have one parameter of type Charting.ChartWrapper.    Property 'Microflow' of custom widget 'chartJS_LineChart1'    Page 'ShowChart'    MyFirstModule

answered