Dive Into Dojo Series: Dive Into Dojo Chart Theming

By  on  

Dive Into Dojo Chart Theming

I just wanted to give everyone a heads up about my latest Dive Into Dojo post: Dive Into Dojo Chart Theming

The previous installment of the Dive Into Dojo series shows how easy it is to Dive Into Dojo Charting to get started with Dojo's charting library. It comes with dozens of stylish themes you can effortlessly plug into any chart. But what if you want your charts to match your website's design or business' branding? No worries: Dojo's charting library allows you to create custom themes!

Be sure to check it out!

Recent Features

  • By
    Write Simple, Elegant and Maintainable Media Queries with Sass

    I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

Discussion

  1. Your custom theme looks much better than any of the default :) Dojo should adopt it.

  2. @Christoph Pojer: I believe they’re going to; it’s going to be named “SitePen”. If I can put together a decent color palette, I can create a MooTools theme as well.

  3. @David Walsh: What mootools extension do you use for charts? milkchart? Just curious. I have dabbled in Dojo and jQuery and have nothing against them, I just haven’t found a reason not to use mootools yet :)

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!