Skip to content

Comments

The recommended additions are made to the index.html file#2

Open
IgorPushnov wants to merge 2 commits intomasterfrom
gantt_chart
Open

The recommended additions are made to the index.html file#2
IgorPushnov wants to merge 2 commits intomasterfrom
gantt_chart

Conversation

@IgorPushnov
Copy link
Collaborator

No description provided.

<link rel="stylesheet" type="text/css" href="node_modules/jqplot/jquery.jqplot.min.css" />
<script src="https://www.amcharts.com/lib/4/core.js"></script>
<script src="https://www.amcharts.com/lib/4/charts.js"></script>
<script src="https://www.amcharts.com/lib/4/themes/animated.js"></script>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like new library is added, please add it to package.json file as well to be able to load it by npm install

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new library is included in the package.json file

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Search of a way of a binding of library is conducted. Replacement by another is possible.

<div id="place">

<input type="submit" name="but" id="loadTasksButton" value="Load">
<input type="submit" name="but" id="loadTasksButton" value="Load" onmousedown="openRoadMap()">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Road map should appear after tasks are loaded but not only after user moves mouse to to "Load" button and then out of it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are made to the index.html file

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants