Skip to content

Instantly share code, notes, and snippets.

View CodeXmonk's full-sized avatar

Hornyik József CodeXmonk

View GitHub Profile
@CodeXmonk
CodeXmonk / LikertEven-app.js
Last active April 21, 2022 15:56
Likert chart: a d3.chart.js answer to Ann Emery's Dataviz Challenge #5
(function() {
"use strict";
function Data(){
this.original = [
{"item":"a","percent":[4,5,7,8],"rowStyle":"d","terjedelem":[-100,100],"dimension":[
"just for test",
"of people never do anykind of test",
"of people rarely test anything",
@CodeXmonk
CodeXmonk / README.md
Last active December 20, 2015 19:59
BulleT: a variant based on mbostock's bullet with Miso's d3.chart.js

Another T score bulleT

After finishing this chart I found Jerome Cukier brilliant blog post: d3: scales, and color. I wish I could have read it before I started the first line of code.

This bulleT chart is a variant based on mbostock's bullet with Miso's d3.chart.js

Leonardo’s advice recalling Cennino’s approach: "The painter ought first to exercise his hand by coping drawings by good masters..."

@CodeXmonk
CodeXmonk / README.md
Last active February 12, 2016 01:56
Simple modification based on mbostock's Bullet Charts.

There is an other, newer variant with Miso Project's d3.chart.js and with a little bit of more serious explanation. That chart can be found here on bl.ocks.org.

Just an idea...

( feedback is welcomed: @CodeXmonk )

Simple modification based on mbostock's Bullet Charts.