DataInsights WebApp extension FAQ

Feedback


        General

  1. The registered component does not work?

    Chart

  2. Why are multiple charts defined, but some of them do not work?
  3. Failed to switch to the custom chart?
  4. Why switch to a custom chart successfully, but the chart card is empty?

    Analysis

  5. Why does the custom analysis not appear in the analysis type drop-down list?
  6. Clicking the analysis button does not work?
  1.  

  1. The registered component does not work?

    A: The parameters of the registered components do not meet the regulations of iDataInsights.Plugins.Chart.Components.

     

  2. Why are multiple charts defined, but some of them do not work?

    A: The parameter of the registered chart is not Object or the chart type is duplicate with other chart types.

     

  3. Failed to switch to the custom chart?

    A: Confirm whether to bind the createOption. If it is bound, please check whether the return value type of the createOption is Object.

     

  4. Why switch to a custom chart successfully, but the chart card is empty?

    A: Please check whether the ECharts configuration item returned by createOption is available.

     

  5. Why does the custom analysis not appear in the analysis type drop-down list?

    A: Check whether the created analysis instance has the same name as the default analysis type and whether the mode value conforms to AnalystExtension.AnalystModes.

     

  6. Clicking the analysis button does not work?

    A: confirm whether bindAnalyse is bound. If it is bound, check whether the return value type of bindAnalyse meets the requirement AnalystExtension.AnalystModes.