In dc.js examples, everywhere I see dimensions being created based on a column value. But can we create dimension based on column name itself?
What I am trying to do is: I have 3 columns - time stamp, column-A, column-B, column C. I want to create a pie chart (3 slices) where each slice represents total of the values in Column A,B and C respectively.