Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SuddenDevelopment/fe482a4def32981c2588f57804b5eff4 to your computer and use it in GitHub Desktop.
Save SuddenDevelopment/fe482a4def32981c2588f57804b5eff4 to your computer and use it in GitHub Desktop.
CSS background fill %
<div style={{"background":'linear-gradient(90deg, #f00 70%, transparent 30%)'}}> {objV.label} </div>
@SuddenDevelopment
Copy link
Author

this is useful for horizontal bar charts in html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment