Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

starschema/tot17l-d3-brush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

D3 Brush for Tableau

Description

If you are bored of the default time range selector, check this out.

There are just a few thing you have to do, before use it:

  • Drag a webpage object on their view with the correct URL. (See the caveat below, but for now the size of this object should be ~975px width and 75px height.)
  • Create two parameters
    • “xAxisField” – The name of the Date field to display on the X-Axis (also used for date range filtering).
    • “yAxisField” – The name of the measure to display on the Y-Axis.
  • Caveat – This is still fixed in size, with more work it could be built completely responsive, etc. to make it adaptable in any size dashboard vs one that is fixed in size.

Credits

If you want to read more details, check out this blogpost written by Chris DeMartini who pioneered this method at the first time: http://www.datablick.com/blog/2017/3/2/building-towards-d3js-plugins-for-tableau

Technical details

To use this vizualization, you have to replace tableau.server to your Tableau Server domain

<!-- IMPORTANT! Replace tableau.server to your Tableau server domain -->
<script src="http://tableau.server/javascripts/api/tableau-2.1.1.min.js"></script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published