简体   繁体   中英

Official documentation and examples of Office UI Fabric / Fluent UI React Charts?

First please bear with me. I do not think that this question is appropriate for Stack Overflow. I first tried to ask this question in the official GitHub repository of this project, but they strongly suggest to ask question in Stack Overflow with corresponding tags, so here I am...

The point is that is strange for me that I can not find official documentation and examples of Fluent UI React Charting components in the official website of Fluent UI React , even though the official NPM package is public and is being constantly updated. To be fair, I found this website but It looks outdated. Any help will be much appreciated.

Potentially this can help you.

  1. clone the repo
git clone git@github.com:microsoft/fluentui.git
  1. then navigate to the charting folder, and install the deps (they use yarn by the looks of things)
yarn install
  1. then start storybook
yarn start

You'll see this.

故事书

Storybook will cover the components inside the lib from what I can see, in terms of what they have on offer. That being said they still don't document the props & how to configure the components... but you should be able to sift through the storybook code to see how they got the charts to render inside storybook at least.

Not the best documented library ever... but perhaps that can get you going:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM