<import-sjs from="./vchart.prop.sjs" name="p" />
  <view class="{{className || ''}}">
    <antv-f2
      height="260"
      id="myChart"
      width="400"
      anyuiProps="{{p.getProps('_1') || {}}}"
      onInit="creatAntvF2"
    ></antv-f2>
  </view>
