You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/04 06:10:43 UTC

[GitHub] [echarts] lankerxd commented on issue #17306: [Feature] `CategoryAxisBaseOption` is no exported in echarts

lankerxd commented on issue #17306:
URL: https://github.com/apache/echarts/issues/17306#issuecomment-1173391043

   I made other attempts, but also encountered problems,for example:
   ```typescript
   import { EChartsOption } from 'echarts' 
   const extraOption: EChartsOption = {
       xAxis: {
         data: [],
       },
     }
   
   const xAxisDataIsTooMuch = () => {
     return extraOption.xAxis!.data.length > 6
   }
   ```
   `data`  is error : Property does not exist on type `XAXisOption | XAXisOption[]`,and `XAXisOption` is no exported too.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org