Coder Social home page Coder Social logo

Comments (5)

timqian avatar timqian commented on May 18, 2024

Yeah, options to config chart is on my plan, should be finished in 1-2 weeks

from chart.xkcd.

peterbe avatar peterbe commented on May 18, 2024

Screen Shot 2019-08-29 at 2 00 16 PM

I clearly need to figure out how to control the colors.
What's curious is that I don't specify any colors yet the axis becomes white.

from chart.xkcd.

timqian avatar timqian commented on May 18, 2024

@peterbe I use d3-axis to draw the axis, it automatically changes color when background color changes I think. I will try to find time in the weekend to add options to update color and font.

What I can think of for now is the following options, any suggestions?

{
dataColors, // array of colors for different datasets
axisColor,
fontColor,
fontFamily,
titleSize,
labelSize,
}

from chart.xkcd.

peterbe avatar peterbe commented on May 18, 2024

I would love a default color too. Then, for example, fontColor would be var fontColor = options.fontColor || options.defaulltColor || 'black'

from chart.xkcd.

timqian avatar timqian commented on May 18, 2024

dataColors and fontFamily options are added in v1.1

Screen Shot 2019-09-03 at 2 56 53 PM

While implementing axis and fontColors I think it might be better to implement a dark mode for chart.xkcd to make it easier to use.

Further discussions about dark mode - #21

from chart.xkcd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.