Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make bar chat

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #45652
    sumitweb
    Participant

    Hi all,

    I want make bar chat with the help of only css use not css3 and javscript or plugin

    #139293
    Paulie_D
    Member

    How are you getting the data into the HTML?

    Why can’t you use CSS3?

    http://bit.ly/19QwQdd

    #139295
    bablucolno
    Participant

    yes css3 is good for this.

    #139299
    pixelgrid
    Participant

    i guess he means bar chart

    #139300
    Paulie_D
    Member

    >i guess he means bar chart

    That was my assumption.

    >yes css3 is good for this.

    Really?

    #139302
    pixelgrid
    Participant

    if its a one time thing just div up the whole place and hardcode your values. but its practically unusable as you will have to add manually new data if any new presents itself

    #139322
    sumitweb
    Participant

    @Paulie_D

    Because of ie problem

    #139331
    CrocoDillon
    Participant

    You can use CSS3 to make it look better for users that care to upgrade their browsers (like gradients, shadow, will look good with it, will work fine without it)

    What pixelgrid said. Divs, inline-blocks next to each other, vertical aligned to bottom and set different heights on them.

    Demo: http://codepen.io/CrocoDillon/pen/aqchC

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.