Skip to content

Make use of "description" property in data array. #3

Description

@jzabroski

Simply make the following changes to radar.js:

After line 58, add:

description: entry.description,

After line 221, add:

.attr('title',function(d) { return d.description })

And voila, we now have support for the description in the data array.

Previously, it was defined in the test.html example but not used anywhere in the code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions