Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • packages
  • chartConfiguration
  • echarts
  • label.ts
  • Initial commit
    a7f18193
    xp.Huang authored
    2023-02-20 11:03:39 +0800  
    Browse Files »
label.ts 175 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export const labelConfig = {
  position: [
    { label: '外侧', value: 'outside' },
    { label: '内部', value: 'inside' },
    { label: '中心', value: 'center' }
  ]
}