RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

No ellipse should display #106

Closed brittsikora closed 6 years ago

brittsikora commented 6 years ago

No ellipse should display if there are fewer than or the same number of pages as the number of page links displayed.

jwildfire commented 6 years ago

Think this is only happening when the number of pages matches config.nPageLinksDisplayed

jwildfire commented 6 years ago

Test Notes: '...' should be hidden whenever the link for the last page is visible (this includes when nPageLinksDisplayed is less than or equal to the total number of pages.)

mhickle commented 6 years ago

Pass 2