mcndt / obsidian-toggl-integration

A Toggl integration plugin for the popular knowledge base application Obsidian.
GNU General Public License v3.0
267 stars 19 forks source link

Feature request: Use color-coding stacked bar graphs #86

Open linhtto opened 2 years ago

linhtto commented 2 years ago

And I should say: Thanks for the plug-in! It's really nice and makes me use Toggl more with it.

mcndt commented 2 years ago

Thanks for your feedback Linh!

I'll consider adding a more detailed bar chart if more users request this feature.

As to the bar chart color, it uses the "interactive" color of your Obsidian theme. So if it helps you in the mean time, you can easily customize this color to something that complements your project colors better. For example, you could use Obsidian's CSS snippets feature to customize the colors:

.block-language-toggl {
  --interactive-accent: #00acc1 !important;
  --interactive-accent-hover: #00bcd4 !important;
}

Of course you can use any colors you like.

Hope that helps!