#D3 React Bullet Sample Project ##This project was bootstrapped with Create React App.
##Features
- Vertical and Horizontal with defaults
- Default behavior for small size (example - horizontal label is below bullet for small)
- Custom Theme using Mixin specify properties in bullet.json, or specify theme or apply defaults
- Property Override example triangle marker
- Adjust on Resize (example Horizontal bullet) - Responsive and Adaptive
- Tooltip
##Clone git clone https://github.com/ukris/d3-react-bullet.git
cd build && live-server (or some web server) ##Install (from scratch) npm install ##Run npm start ##Build npm run build && cd build && live-server (or some web server) ##Checkout on http://12.ukris-myapp.appspot.com