Adrian Price-Whelan color axis working, not color maps  over 10 years ago

Commit id: fc9064e3c000809dbef10d4396e17b03236cadc5

deletions | additions      

       

             

if (typeof state['colorAxis'] != 'undefined') {  console.log(state['colorAxis']);  color_scale.domain(domainByDataColumn[state['colorAxis']]);  color_scale.range(["red","green","blue"]);  color_scale(-1.0); color_scale.range(["red", "blue"]);  }    // TODO: needs better names, brain dumping...